The library can now be used for Windows exclusive bots (Made with WinForm or Wpf)

This commit is contained in:
2022-11-13 16:28:44 +02:00
parent 655f5e2ce0
commit 5bb13aa4a6
11 changed files with 202 additions and 127 deletions

View File

@@ -23,7 +23,7 @@ public class PluginUpdater
}
catch (Exception ex)
{
Console.WriteLine(ex.Message);
Logger.LogError(ex);
}