fix(READY): Missing log

This commit is contained in:
March 7th 2022-07-16 15:50:48 +07:00
parent 83a064e689
commit 427ea92b88

View File

@ -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;
};