New SqlDatabase functions

This commit is contained in:
2023-11-07 10:13:22 +02:00
parent 692f3d8f8c
commit 1f0e6516fd
4 changed files with 215 additions and 56 deletions

View File

@@ -85,7 +85,7 @@ public class Boot
await commandServiceHandler.InstallCommandsAsync();
Config._DiscordBotClient = this;
Config.DiscordBotClient = this;
while (!isReady) ;
}