From 96bdf46414fe806a19fa5070148fc4925be007d8 Mon Sep 17 00:00:00 2001 From: TheEdgeNK Date: Tue, 10 Jul 2018 18:36:51 -0400 Subject: hOLY --- commands/Owners Only/poweroff.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'commands/Owners Only') 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); } }; -- cgit v1.2.3