aboutsummaryrefslogtreecommitdiff
path: root/commands/Owners Only
diff options
context:
space:
mode:
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);
}
};