Removed plugins from the project and reworked the Plugin Manager

This commit is contained in:
Wizzy69
2023-04-29 19:35:19 +03:00
parent 0dc8cdbce5
commit bcef58a46b
17 changed files with 83 additions and 861 deletions

View File

@@ -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;