Top-level commands ought to be executed independently of their subcommands. #4673
-
This might have been intended behavior, but it makes subcommands somewhat handicapped for top-level commands to be practically useless in implementation if they aren't able to be used independently from subcommands. I'm sure I'm not the only bot developer whose bot currently uses a standard subcommand structure like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It was initially planned for one of the subcommands to be marked as the "default", when the ui is overhauled, and for that to be used when just |
Beta Was this translation helpful? Give feedback.
It was initially planned for one of the subcommands to be marked as the "default", when the ui is overhauled, and for that to be used when just
/version
was used. #2393 (comment)