aboutsummaryrefslogtreecommitdiff
path: root/commands/Owners Only
diff options
context:
space:
mode:
authorTheEdgeNK <trey6979@gmail.com>2018-07-10 18:36:51 -0400
committerTheEdgeNK <trey6979@gmail.com>2018-07-10 18:36:51 -0400
commit96bdf46414fe806a19fa5070148fc4925be007d8 (patch)
tree137249477c654fce293554c9cc0c6387bc066701 /commands/Owners Only
parentc648f47f889ee2dbfae0c896493c13efcd295b99 (diff)
downloadPokeBot-96bdf46414fe806a19fa5070148fc4925be007d8.tar.gz
PokeBot-96bdf46414fe806a19fa5070148fc4925be007d8.tar.bz2
PokeBot-96bdf46414fe806a19fa5070148fc4925be007d8.zip
hOLY
Diffstat (limited to 'commands/Owners Only')
-rw-r--r--commands/Owners Only/poweroff.js4
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);
}
};