From a19180d1d1ac2a9fa0176d698adfdf1cdab0ad2c Mon Sep 17 00:00:00 2001 From: Trey <32907415+TheEdgeNK@users.noreply.github.com> Date: Sun, 12 Aug 2018 04:00:32 -0400 Subject: let's try: this --- bot.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bot.js b/bot.js index 6ed9f0d..f2f8758 100644 --- a/bot.js +++ b/bot.js @@ -157,11 +157,11 @@ rl.on('line', function(cmd){ break; case "help": var msg = (`Galaxy 2.0 Alpha 1 Console Help\n\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 += (`NOTE: Running some commands may contain sensitive information about the bot or perform other sensitive actions.\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`) -- cgit v1.2.3