Feature Complete Server Manager + Stuff

+ added PowerActions
+ added ServerLink
+ added EmbedBuilder
+ added useful common snippets
+ prepared Server Commands
~ Improved UI
~ fixed bugs on the fly
~ Cookies baked for the little... parrot
This commit is contained in:
2023-04-28 21:25:47 +02:00
parent aba61257d6
commit 2b6028d531
13 changed files with 813 additions and 17 deletions

View File

@@ -34,6 +34,7 @@
private Task VoidCommands()
{
DiscordBotService.RemoveCommandsModule.VoidCommands();
return Task.CompletedTask;
}
}