diff options
| author | TheEdgeNK <trey6979@gmail.com> | 2018-07-10 18:36:51 -0400 |
|---|---|---|
| committer | TheEdgeNK <trey6979@gmail.com> | 2018-07-10 18:36:51 -0400 |
| commit | 96bdf46414fe806a19fa5070148fc4925be007d8 (patch) | |
| tree | 137249477c654fce293554c9cc0c6387bc066701 /commands/Owners Only | |
| parent | c648f47f889ee2dbfae0c896493c13efcd295b99 (diff) | |
| download | PokeBot-96bdf46414fe806a19fa5070148fc4925be007d8.tar.gz PokeBot-96bdf46414fe806a19fa5070148fc4925be007d8.tar.bz2 PokeBot-96bdf46414fe806a19fa5070148fc4925be007d8.zip | |
hOLY
Diffstat (limited to 'commands/Owners Only')
| -rw-r--r-- | commands/Owners Only/poweroff.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/Owners Only/poweroff.js b/commands/Owners Only/poweroff.js index 4bd7f75..8fe2323 100644 --- a/commands/Owners Only/poweroff.js +++ b/commands/Owners Only/poweroff.js @@ -12,8 +12,8 @@ exports.run = async (bot, msg) => { msg.reply('Nope! You need the person who created this bot to use this command.'); } else { - await msg.reply(':warning: Pokebot is now powering off!'); - console.log('Pokebot is now powering off...'); + await msg.reply(':warning: Galaxy is now powering off!'); + console.log('Galaxy is now powering off...'); process.exit(0); } }; |
