mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
feat: remove DiscordRequestObserver
This commit is contained in:
parent
f78d4844e2
commit
14b0e98791
6 changed files with 87 additions and 210 deletions
|
|
@ -47,9 +47,6 @@ namespace PluralKit.Bot
|
|||
var bot = services.Resolve<Bot>();
|
||||
bot.Init();
|
||||
|
||||
// Install observer for request/responses
|
||||
DiscordRequestObserver.Install(services);
|
||||
|
||||
// Start the Discord shards themselves (handlers already set up)
|
||||
logger.Information("Connecting to Discord");
|
||||
await StartCluster(services);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue