diff options
Diffstat (limited to 'commands/reboot.js')
| -rw-r--r-- | commands/reboot.js | 2 |
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(); |