From 6c3fc1fd587fd94e3159203eeecf6a81f73eabc4 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Mon, 4 Mar 2024 13:26:19 +0800 Subject: [PATCH] Update index.ts --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 0244adf..71ea542 100644 --- a/src/index.ts +++ b/src/index.ts @@ -22,7 +22,7 @@ const client = new ExtendedClient({ ], status: "online" }, - shards: "auto" + shards: 10 }) // Error Handling