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? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Unfortunately no, this is a Discord limitation. The next best thing is to have a |
Beta Was this translation helpful? Give feedback.
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