Eslint fix all

This commit is contained in:
March 7th
2022-04-16 19:01:05 +07:00
parent c3764e77c4
commit 2a559f7d36
38 changed files with 209 additions and 207 deletions

View File

@@ -610,7 +610,7 @@ class WebSocketShard extends EventEmitter {
// Clone the identify payload and assign the token and shard info
const d = {
...client.options.ws,
// intents: Intents.resolve(client.options.intents), // Remove, Req by dolfies_person [Reddit]
// Intents: Intents.resolve(client.options.intents), // Remove, Req by dolfies_person [Reddit]
token: client.token,
shard: [this.id, Number(client.options.shardCount)],
};