diff --git a/src/modules/bot.ts b/src/modules/bot.ts index e7120da..f3b4881 100644 --- a/src/modules/bot.ts +++ b/src/modules/bot.ts @@ -23,6 +23,7 @@ export const client = new Discord.Client({ GatewayIntentBits.Guilds, GatewayIntentBits.GuildPresences, ], + shards: 'auto', makeCache: Options.cacheWithLimits({ ...Options.DefaultMakeCacheSettings, MessageManager: 0,