diff options
Diffstat (limited to 'commands/leave.js')
| -rw-r--r-- | commands/leave.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/leave.js b/commands/leave.js index 6965069..03701be 100644 --- a/commands/leave.js +++ b/commands/leave.js @@ -1,5 +1,6 @@ module.exports = { name: 'leave', + aliases: ['l'], description: '', execute(msg, args, bot) { if (msg.guild.voiceConnection) { |