diff --git a/index.js b/index.js index 934a1b9..8f34a26 100644 --- a/index.js +++ b/index.js @@ -15,7 +15,8 @@ const discord = new Discord.Client({ intents: [ "Guilds", "GuildVoiceStates" - ] + ], + shardCount: "auto" // The lazy way out }); const { REST,