From 8d135ce9a84cfcc9638a5ae72448beec23e06e0f Mon Sep 17 00:00:00 2001 From: Lio Young Date: Wed, 28 Apr 2021 03:32:07 +0200 Subject: [PATCH] sharding changes #2 --- src/handler/client/Client.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/handler/client/Client.ts b/src/handler/client/Client.ts index af81919..f17eb8f 100755 --- a/src/handler/client/Client.ts +++ b/src/handler/client/Client.ts @@ -9,11 +9,11 @@ export default class Thaldrin extends Client { cooldowns: Collection; config: any; lastEval: any; - constructor(config: { token: any; }, shards: number) { + constructor(config: { token: any; }) { super({ // disableEveryone: true, - // disabledEvents: ['TYnpm i --save-dev @types/wsPING_START'], - shardCount: shards, + // disabledEvents: ['TYPING_START'], + // shardCount: shards, // totalShardCount: shards });