mirror of
https://github.com/Caraxi/mare.server.git
synced 2026-02-16 16:27:44 +01:00
make bot less cancer to work with
This commit is contained in:
parent
28cae6d3dd
commit
d26daa6344
5 changed files with 772 additions and 797 deletions
|
|
@ -45,6 +45,7 @@ public class Startup
|
|||
}));
|
||||
|
||||
services.AddSingleton<SecretKeyAuthenticationHandler>();
|
||||
services.AddSingleton<DiscordBotServices>();
|
||||
services.AddSingleton<IdentityHandler>();
|
||||
services.AddSingleton<CleanupService>();
|
||||
services.AddTransient(_ => Configuration);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue