From df411d192d4974adaeef3f666a29071f6c520e96 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Sat, 29 Jun 2024 22:47:03 -0600 Subject: [PATCH] Temporary fix to a much bigger future problem --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index abdce84..e859a03 100644 --- a/index.js +++ b/index.js @@ -22,7 +22,8 @@ const discord = new Discord.Client({ "Guilds", "GuildVoiceStates", "DirectMessages" - ] + ], + shardCount: "auto" }); const { REST,