aboutsummaryrefslogtreecommitdiff
path: root/commands/poweroff.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/poweroff.js')
-rw-r--r--commands/poweroff.js2
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,
};