Descriptive Ready

This commit is contained in:
Daniel Odendahl Jr
2017-05-25 20:46:09 +00:00
parent a2eeb67c63
commit 56618b15e9
+1 -1
View File
@@ -36,7 +36,7 @@ client.registry
.registerCommandsIn(path.join(__dirname, 'commands'));
client.on('ready', () => {
console.log(`[Ready] Shard ${client.shard.id} Logged in!`);
console.log(`[Ready] Shard ${client.shard.id} Logged in as ${client.user.tag} (${client.user.id})!`);
client.user.setGame(`x;help | Shard ${client.shard.id}`);
});