summaryrefslogtreecommitdiff
path: root/commands/reboot.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/reboot.js')
-rw-r--r--commands/reboot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/reboot.js b/commands/reboot.js
index f5ec9eb..9416730 100644
--- a/commands/reboot.js
+++ b/commands/reboot.js
@@ -1,6 +1,6 @@
module.exports = {
name: 'reboot',
- aliases: ['r'],
+ aliases: ['r', 're'],
description: '',
execute(msg, args, bot) {
msg.member.voiceChannel.join();