mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 02:23:31 +01:00
Remove WebSocket datastore - move directly to WebSocketManager
This commit is contained in:
@@ -19,7 +19,7 @@ class ReadyHandler extends AbstractHandler {
|
||||
client.store.newChannel(privateDM);
|
||||
}
|
||||
|
||||
this.packetManager.ws.store.sessionID = data.session_id;
|
||||
this.packetManager.ws.sessionID = data.session_id;
|
||||
|
||||
this.packetManager.ws.checkIfReady();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user