summaryrefslogtreecommitdiff
path: root/bot_discord.js
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-04-22 15:13:28 -0400
committerAlee <alee14498@gmail.com>2018-04-22 15:13:28 -0400
commit73f1d99e8483001ae1dad9c40a7dceac08218fe7 (patch)
tree745af4807bf1cb3cb236d59e911eb9a25e2e6166 /bot_discord.js
parentf7970f3a9cc94600309ff48d1a920040672899a5 (diff)
downloadAleeBot-73f1d99e8483001ae1dad9c40a7dceac08218fe7.tar.gz
AleeBot-73f1d99e8483001ae1dad9c40a7dceac08218fe7.tar.bz2
AleeBot-73f1d99e8483001ae1dad9c40a7dceac08218fe7.zip
Fixes
Diffstat (limited to 'bot_discord.js')
-rw-r--r--bot_discord.js2
1 files changed, 1 insertions, 1 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;