Updated to Discord.NET 3.6.1

This commit is contained in:
2022-05-14 19:16:27 +03:00
parent 0d506d30c8
commit 57b7631fca
16 changed files with 321 additions and 319 deletions

View File

@@ -72,6 +72,8 @@ namespace PluginManager.Core
await commandServiceHandler.InstallCommandsAsync();
//wait for isReady to become true
await Task.Delay(2000);
while (!isReady) ;
}