Update discord version, user agent

This commit is contained in:
March 7th
2022-09-26 17:53:57 +07:00
parent 8fe25ff21a
commit 7defc76498
4 changed files with 22 additions and 25 deletions

View File

@@ -704,8 +704,6 @@ class WebSocketShard extends EventEmitter {
// Remove: shard: [this.id, Number(client.options.shardCount)],
};
delete d.large_threshold;
this.debug(
`[IDENTIFY] Shard ${this.id}/${client.options.shardCount} with intents: ${Intents.resolve(
client.options.intents,