Chenged the command get format (removed the switch statement) and added the react command

This commit is contained in:
ION606
2022-05-13 22:03:05 +03:00
parent 19b51ecfb3
commit 21040344ae
21 changed files with 886 additions and 98 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ const player = createAudioPlayer();
module.exports = {
name: "playaudio",
async execute(message, args, bot) {
name: "audio",
async execute(message, args, Discord, Client, bot) {
// message.channel.send("This command has not been set up yet\nSorry!");
// return;
if (args[0] == "play") {