aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
Diffstat (limited to 'bot.js')
-rw-r--r--bot.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/bot.js b/bot.js
index ff0cd81..247d5af 100644
--- a/bot.js
+++ b/bot.js
@@ -135,10 +135,10 @@ client.on('message', message => {
}
if (message.author.id !== config.ownerID)
- {message.reply('Heh you can\'t turn me off :P');}
- else {
- asyncPowerOff();
- };
+ {message.reply('Heh you can\'t turn me off :P');}
+ else {
+ asyncPowerOff();
+ };
} else if (command === 'help') {
// This is the new help