Removed plugins from the project and reworked the Plugin Manager
This commit is contained in:
@@ -61,9 +61,7 @@ internal class CommandHandler
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Console.WriteLine(ex.ToString());
|
||||
ex.WriteErrFile();
|
||||
Config.Logger.Log(ex.Message, "CommandHandler", TextType.ERROR);
|
||||
}
|
||||
|
||||
return Task.CompletedTask;
|
||||
|
||||
Reference in New Issue
Block a user