mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
Fix protocol versions
This commit is contained in:
@@ -8,7 +8,6 @@ class ReadyHandler extends AbstractHandler {
|
||||
handle(packet) {
|
||||
const data = packet.d;
|
||||
const client = this.packetManager.client;
|
||||
client.manager.setupKeepAlive(data.heartbeat_interval);
|
||||
|
||||
client.store.user = client.store.add('users', new ClientUser(client, data.user));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user