diff --git a/src/client/websocket/handlers/READY.js b/src/client/websocket/handlers/READY.js index 42d5fe5..0c6ad41 100644 --- a/src/client/websocket/handlers/READY.js +++ b/src/client/websocket/handlers/READY.js @@ -55,6 +55,7 @@ async function checkUpdate(client) { ); } } + running = true; return client.emit('update', Discord.version, lastest_tag); } @@ -175,6 +176,4 @@ module.exports = (client, { d: data }, shard) => { client.relationships._setup(data.relationships); shard.checkReady(); - - running = true; };