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);
|
return client.emit('update', Discord.version, lastest_tag);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -175,6 +176,4 @@ module.exports = (client, { d: data }, shard) => {
|
|||||||
client.relationships._setup(data.relationships);
|
client.relationships._setup(data.relationships);
|
||||||
|
|
||||||
shard.checkReady();
|
shard.checkReady();
|
||||||
|
|
||||||
running = true;
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user