diff options
Diffstat (limited to 'commands/wahoo.js')
| -rw-r--r-- | commands/wahoo.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/wahoo.js b/commands/wahoo.js index 4745874..713ee9d 100644 --- a/commands/wahoo.js +++ b/commands/wahoo.js @@ -1,5 +1,6 @@ module.exports = { name: 'wahoo', + aliases: ['mario'], description: '', async execute(msg, args, bot) { if (msg.member.voiceChannel && !msg.guild.voiceConnection) { |