Can you make a parent command callable? #2689
|
Code for reference: As it stands '/orders list' is functional. I'm wondering if it's possible to make '/orders' callable. The orders list command presents the user with a list of orders, numbered, the thought is to then let the user go '/order #' and work with that order. Is this possible? |
Answered by
Icebluewolf
Jan 8, 2025
Replies: 1 comment 1 reply
|
Unfortunately no, this is a Discord limitation. The next best thing is to have a |
1 reply
Answer selected by
timthedevguy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately no, this is a Discord limitation. The next best thing is to have a
/orders view #command. Or you could instead make 2 top level commands instead of using subcommands if you do not plan on making more then 100 top level commands on your bot/orders #/order-list