diff options
| author | Alee <alee14498@gmail.com> | 2018-02-25 10:38:05 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-02-25 10:38:05 -0500 |
| commit | 848b4a9bc0d832a64760858f878e471a3958ebd5 (patch) | |
| tree | b5d3ecc562d22b9b80567fcf5b9de0b2f040ce34 /bot.js | |
| parent | ecadc6dbba2e67f260a46435a632323177ba1b8f (diff) | |
| download | AstralQuote-ATC-848b4a9bc0d832a64760858f878e471a3958ebd5.tar.gz AstralQuote-ATC-848b4a9bc0d832a64760858f878e471a3958ebd5.tar.bz2 AstralQuote-ATC-848b4a9bc0d832a64760858f878e471a3958ebd5.zip | |
Prettiying the code
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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
|
