diff --git a/src/client/websocket/handlers/READY.js b/src/client/websocket/handlers/READY.js index 334e1fa..3b81f8a 100644 --- a/src/client/websocket/handlers/READY.js +++ b/src/client/websocket/handlers/READY.js @@ -91,11 +91,5 @@ module.exports = (client, { d: data }, shard) => { } } - if (client.application) { - client.application._patch(data.application); - } else { - client.application = new ClientApplication(client, data.application); - } - shard.checkReady(); };