diff options
| author | Alee <alee14498@gmail.com> | 2018-04-22 15:13:28 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-04-22 15:13:28 -0400 |
| commit | 73f1d99e8483001ae1dad9c40a7dceac08218fe7 (patch) | |
| tree | 745af4807bf1cb3cb236d59e911eb9a25e2e6166 | |
| parent | f7970f3a9cc94600309ff48d1a920040672899a5 (diff) | |
| download | AleeBot-73f1d99e8483001ae1dad9c40a7dceac08218fe7.tar.gz AleeBot-73f1d99e8483001ae1dad9c40a7dceac08218fe7.tar.bz2 AleeBot-73f1d99e8483001ae1dad9c40a7dceac08218fe7.zip | |
Fixes
| -rw-r--r-- | bot_discord.js | 2 | ||||
| -rw-r--r-- | 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;
@@ -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;
|
