diff options
| author | Trey <32907415+TheEdgeNK@users.noreply.github.com> | 2018-08-12 04:00:32 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-12 04:00:32 -0400 |
| commit | a19180d1d1ac2a9fa0176d698adfdf1cdab0ad2c (patch) | |
| tree | b500ee70a8aaedbbb7194057cd85c890fb6f98db /bot.js | |
| parent | fc29a5a2b81183b0e99906c7968d3820aee58db7 (diff) | |
| download | PokeBot-a19180d1d1ac2a9fa0176d698adfdf1cdab0ad2c.tar.gz PokeBot-a19180d1d1ac2a9fa0176d698adfdf1cdab0ad2c.tar.bz2 PokeBot-a19180d1d1ac2a9fa0176d698adfdf1cdab0ad2c.zip | |
let's try: this
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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`) |
