Edited the audio player

This commit is contained in:
ION606
2022-04-30 20:28:09 -04:00
parent 3ca5abba7b
commit 2209e98a40
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ bot.on('messageCreate', (message) => {
case 'arrow': bot.commands.get('arrow').execute(message, args, Discord);
break;
case 'playaudio': bot.commands.get('playaudio').execute(message, args, bot, Discord);
case 'audio': bot.commands.get('playaudio').execute(message, args, bot, Discord);
break;
case 'quotes': bot.commands.get('quotes').execute(message, args, Discord, Client);