From 52e63f117f4022d93a8b756f2b7f2c18cdca18cf Mon Sep 17 00:00:00 2001 From: March 7th <71698422+aiko-chan-ai@users.noreply.github.com> Date: Sat, 26 Mar 2022 22:23:29 +0700 Subject: [PATCH] Update READY.js --- src/client/websocket/handlers/READY.js | 6 ------ 1 file changed, 6 deletions(-) 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(); };