diff --git a/PluralKit.Bot/Init.cs b/PluralKit.Bot/Init.cs index 222a40b1..f4b7c6f5 100644 --- a/PluralKit.Bot/Init.cs +++ b/PluralKit.Bot/Init.cs @@ -49,7 +49,7 @@ namespace PluralKit.Bot // Start the Discord shards themselves (handlers already set up) logger.Information("Connecting to Discord"); var info = await services.Resolve().GetGatewayBot(); - await services.Resolve().Start(info with { Shards = 10 }); + await services.Resolve().Start(info); logger.Information("Connected! All is good (probably)."); // Lastly, we just... wait. Everything else is handled in the DiscordClient event loop