CommandStores not showing commands in order
I just finished the rewrite of a bot, tested the help command and looks like the commands are not showing in order, just tested on the Development bot and they are in order, this doesn't cause any issues but I want them to show correctly, any idea? Could be a host issue?
7 Replies
What is the order you're looking for? What method are you using to see the order in both bots?
this.container.stores.get("commands");
What order are you looking for (and why does it matter?)
on the development bot they showed in a alphabetical order
basically in the same order they are in vsc
I uploaded all the files at once in the host, could this be the reason of this?
Why does it matter?
You could sort them manually if you're displaying them through a help command or similar.
Solution
Just found it weird that the commands weren't on the correct order