commands.rs is getting unwieldly with the changes to the commands, might be better to seperate out some of the commands into their own specific files as an example:
commands.rs
commands/
- queue.rs
Also, to improve local testing, a new env variable for the prefix
commands.rs is getting unwieldly with the changes to the commands, might be better to seperate out some of the commands into their own specific files as an example:
Also, to improve local testing, a new env variable for the prefix