aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
authorTheEdgeNK <trey6979@gmail.com>2018-08-09 11:37:44 -0400
committerTheEdgeNK <trey6979@gmail.com>2018-08-09 11:37:44 -0400
commitded06571cb04a066d6734250e261bad6ed2fa1cd (patch)
tree9ad3de4aeb69130be205b0d88b1f79c4f4cd0368 /bot.js
parentd8c7a0557bee2bc3dc66f09e09fd199a267df303 (diff)
downloadPokeBot-ded06571cb04a066d6734250e261bad6ed2fa1cd.tar.gz
PokeBot-ded06571cb04a066d6734250e261bad6ed2fa1cd.tar.bz2
PokeBot-ded06571cb04a066d6734250e261bad6ed2fa1cd.zip
2.0 Alpha 1 Version 2
Diffstat (limited to 'bot.js')
-rw-r--r--bot.js9
1 files changed, 5 insertions, 4 deletions
diff --git a/bot.js b/bot.js
index 867dec2..6ed9f0d 100644
--- a/bot.js
+++ b/bot.js
@@ -157,10 +157,11 @@ rl.on('line', function(cmd){
break;
case "help":
var msg = (`Galaxy 2.0 Alpha 1 Console Help\n\n`);
- msg += (`guilds - Shows all guilds that Galaxy'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 += (`NOTE: Running some commands may contain sensitive information about the bot or perform other sensitive actions. Sensitive commands will be marked with a pound sign.\n\n`)
+ msg += (`guilds* - Shows all guilds that Galaxy'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 += (`uptime - Shows the uptime for Galaxy.\n`)
msg += (`help - Shows this command.\n`)
msg += (`exit - Exits Galaxy.\n`)