Add autoproxy management commands

This commit is contained in:
Ske
2020-01-23 21:20:22 +01:00
parent ca37c7e6ca
commit 57bc576de6
6 changed files with 155 additions and 8 deletions

View File

@@ -111,6 +111,7 @@ namespace PluralKit.Bot
.AddTransient<HelpCommands>()
.AddTransient<ModCommands>()
.AddTransient<MiscCommands>()
.AddTransient<AutoproxyCommands>()
.AddTransient<EmbedService>()
.AddTransient<ProxyService>()