fix(READY): Missing log
This commit is contained in:
parent
83a064e689
commit
427ea92b88
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user