aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
Diffstat (limited to 'bot.js')
-rw-r--r--bot.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/bot.js b/bot.js
index 02cdf00..62d4b11 100644
--- a/bot.js
+++ b/bot.js
@@ -136,11 +136,11 @@ rl.on('line', function(cmd){
}
break;
case "exit":
- console.log('[i] AleeBot will now exit!')
+ console.log('[i] PokeBot will now exit!')
process.exit(0);
break;
case "help":
- var msg = (`AleeBot `+ settings.abVersion +` Console Help\n\n`);
+ var msg = (`PokeBot Console Help\n\n`);
msg += (`guilds - Shows all guilds that AleeBot's on.\n`)
msg += (`leave - Leaves a guild.\n`)
msg += (`broadcast - Broadcasts a message to a server.\n`)