From 3af4e5d26a2facc4f58a77a6947d0cabc1d9f112 Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 22 Apr 2018 15:51:44 -0400 Subject: THIS IS NOT ALEEBOT! --- bot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bot.js') 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`) -- cgit v1.2.3