Issue with subcommand groups
In this code, i have multiple entries inside the panel subcommand but they don't work.
ticket is the command name, and panel is a subcommand and it has multiple entries one of them is setup whose messageRun function setupPanel
but the code doesn't execute for some reason. not sure why exactly
Solution:Jump to solution
You should add
type: 'group'
after name: 'panel'
. It defaults to type: 'method'
2 Replies