From 4ef2e1f1b42f71b936e252a7c7ba961a173c63ff Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 4 Sep 2024 13:13:30 +0200 Subject: [PATCH] disable internal sharding --- src/utils/client.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/client.ts b/src/utils/client.ts index b096546..d4aeeb3 100644 --- a/src/utils/client.ts +++ b/src/utils/client.ts @@ -9,7 +9,6 @@ import { YoutubeiExtractor } from "discord-player-youtubei"; /** Creation of the client and definition of its properties */ export default async () => { const client: Client = new Client({ - shards: "auto", intents: [ GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages,