diff --git a/src/client/websocket/handlers/READY.js b/src/client/websocket/handlers/READY.js index 0caae5a..f82f0ea 100644 --- a/src/client/websocket/handlers/READY.js +++ b/src/client/websocket/handlers/READY.js @@ -86,7 +86,7 @@ module.exports = async (client, { d: data }, shard) => { } }); - if (client.options.checkUpdate) { + if (client.options.checkUpdate === false) { client.checkUpdate(); }