make bot less cancer to work with

This commit is contained in:
rootdarkarchon
2022-10-20 13:25:37 +02:00
parent 28cae6d3dd
commit d26daa6344
5 changed files with 772 additions and 797 deletions

View File

@@ -45,6 +45,7 @@ public class Startup
}));
services.AddSingleton<SecretKeyAuthenticationHandler>();
services.AddSingleton<DiscordBotServices>();
services.AddSingleton<IdentityHandler>();
services.AddSingleton<CleanupService>();
services.AddTransient(_ => Configuration);