From 56618b15e943c121ff16e86a0e2874c46dc39760 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 25 May 2017 20:46:09 +0000 Subject: [PATCH] Descriptive Ready --- XiaoBot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XiaoBot.js b/XiaoBot.js index 67592fd6..ee555c14 100644 --- a/XiaoBot.js +++ b/XiaoBot.js @@ -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}`); });