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:
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: