Reimplemented Command Actions.

This commit is contained in:
2023-06-07 20:36:11 +03:00
parent bcd9245502
commit 0b2f1e6ab6
19 changed files with 867 additions and 681 deletions

View File

@@ -88,6 +88,9 @@ public class Boot
await Task.Delay(2000);
Config._DiscordBotClient = this;
while (!isReady) ;
}