From 73f1d99e8483001ae1dad9c40a7dceac08218fe7 Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 22 Apr 2018 15:13:28 -0400 Subject: Fixes --- bot_discord.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot_discord.js') diff --git a/bot_discord.js b/bot_discord.js index c0b5ebc..8eab9ef 100644 --- a/bot_discord.js +++ b/bot_discord.js @@ -93,7 +93,7 @@ rl.on('line', function(cmd){ } else { console.log('[i] Here\'s the servers that AleeBot is connected to:') for ([id, guild] of client.guilds) { - console.log(` Guild Name: ${guild.name} - ID: ${guild.id} - Owner: ${guild.owner.user.tag}`); + console.log(` Guild Name: ${guild.name} - ID: ${guild.id}`); } } break; -- cgit v1.2.3