SudhanPlayz / Discord-MusicBot

An advanced discord music bot, supports Spotify, Soundcloud, YouTube with Shuffling, Volume Control and Web Dashboard with Slash Commands support!
https://musicbot.darrenofficial.com
Other
2.93k stars 2.85k forks source link

Update remove.js to fix bug #1221

Closed Jacob439 closed 1 year ago

Jacob439 commented 1 year ago

Please describe the changes this PR makes and why it should be merged: This PR fixes a bug in the "remove" slash command by fixing the usage of args. Previously, remove.js did not properly read the args, so the code would always remove the first index of the queue. Now I changed references from "args[0]" to "args[0].value" Status and versioning classification:

Jacob439 commented 1 year ago

I was unaware of the v5 branch. Therefore this PR is no longer relevant.