Creating a top-level slash command group
I'm trying to make a root/top-level command group.
My current code is this:
This doesn't cause any errors, but the commands are not shown (presumably because the root command is invalid due to not having an
action
block).
How can I get around this without making the root command executable?3 Replies
Nope that looks correct
Your root command in fact cannot be executable
Try enabling debug logging just to check the output
Solution
bah, i ran it again and suddenly everything works now.
ahaha the recompilation blues
it happens