aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-04-22 18:21:46 -0400
committerAlee <alee14498@gmail.com>2018-04-22 18:21:46 -0400
commitd963a80f412fb42752d79a652a0bb6d3a578644e (patch)
treebd4cf364cfaa3656417f014686920df30203a359 /bot.js
parent4a4841f22f26a4c0d92009883dcccd597984c250 (diff)
downloadPokeBot-d963a80f412fb42752d79a652a0bb6d3a578644e.tar.gz
PokeBot-d963a80f412fb42752d79a652a0bb6d3a578644e.tar.bz2
PokeBot-d963a80f412fb42752d79a652a0bb6d3a578644e.zip
Forgot this...
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`)