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 +- test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; diff --git a/test.js b/test.js index f6b21f5..c91717d 100644 --- a/test.js +++ b/test.js @@ -91,7 +91,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