TJ-Bot
TJ-Bot copied to clipboard
Group the help thread commands
Group the help thread commands
by using sub slash commands and slash command groups
/help-thread change title
/help-thread change category
/help-thread close
/help-thread pin-message
...
Advantages:-
- It is clear that these commands are help-thread commands and will only be used there
- Easy to maintain (e.g. only one command to set to help threads in discord integration settings)
When creating the commands initially, I thought about that as well. But then thought its easier for the user if the command starts with the actual word they want to use. I.e. /change...
.
At that point there was only one command though /change-help-category
and not 2 or 3.
I am still unsure though. The commands should be as simple to use as possible. So priority is on the UX and not on how nice they are to maintain in code. For 1.
, id like to note that the commands are already only visible in help threads, since Discord allows to set that in the integration settings.
All in all I am unsure about this. Other opinions?
When creating the commands initially, I thought about that as well. But then thought its easier for the user if the command starts with the actual word they want to use. I.e. /change....
I mean they can still get the command pop up when they do that for example this tag manage command with a create sub command will pop up when i only write create
Fair. Sounds good to me.
@Taz03 Since you tagged it good first issue, please outline in the description which files to touch, what to do and where one can find examples.
Just because something is simple, doesnt mean its directly beginner friendly. Gotta give some outline and help.