aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
Diffstat (limited to 'bot.js')
-rw-r--r--bot.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot.js b/bot.js
index ad413ab..ed2096a 100644
--- a/bot.js
+++ b/bot.js
@@ -153,6 +153,7 @@ rl.on('line', function(cmd){
case "help":
var msg = (`PokeBot Console Help\n\n`);
msg += (`guilds - Shows all guilds that PokeBot's on.\n`)
+ msg += (`channels - Shows all the channels that the guilds have.\n`)
msg += (`leave - Leaves a guild.\n`)
msg += (`broadcast - Broadcasts a message to a server.\n`)
msg += (`help - Shows this command.\n`)