diff options
| -rw-r--r-- | commands/poweroff.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/poweroff.js b/commands/poweroff.js index be2fa54..ae2ec67 100644 --- a/commands/poweroff.js +++ b/commands/poweroff.js @@ -10,7 +10,7 @@ exports.run = async (bot, msg) => { }; exports.conf = { - aliases: [], + aliases: ['reboot', 'restart'], guildOnly: true, }; |
