star_sailor
star_sailor
Better search like the top.gg search where it shows results before you complete the search and hit the search button
The ability to add sub commands on a parent command like ```js { command: "test", subcommands: [{ command: "sub", exec: async () => { console.log("Sub command") } }], exec: async...
I have multiple accounts attached, a primary and secondary, whenever I go to it, I want it to first show primary and then can show secondary if i choose, but...