diff options
Diffstat (limited to 'commands/abee.js')
| -rw-r--r-- | commands/abee.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/abee.js b/commands/abee.js index f46a06b..3cde38b 100644 --- a/commands/abee.js +++ b/commands/abee.js @@ -2,6 +2,7 @@ const ytdl = require('ytdl-core'); module.exports = { name: 'abee', + aliases: ['a-bee'], description: '', async execute(msg, args, bot) { if (msg.member.voiceChannel && !msg.guild.voiceConnection) { |