-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "help" option for each command #34
Comments
Help messages should be ephemeral. See #35. |
Perhaps a better approach would be to have a |
That would probably be the easiest to implement.
…On Tue, Jan 11, 2022, 7:02 PM Tanner Kvarfordt ***@***.***> wrote:
Perhaps a better approach would be to have a /help command that takes
another command as an argument?
—
Reply to this email directly, view it on GitHub
<#34 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXCCAWU7JMIINGBB5UC6YH3UVTOKXANCNFSM5JGEMNOA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
The big downside to that approach is that Discord limits you to 25 subcommands. See the |
Despite how nicely slash commands are integrated with the Discord client, sometimes commands require more in depth explanation. Even for simple commands, it wouldn't hurt to have a more verbose help message. I think it would improve UX to have a
help
option come standard with each command.The text was updated successfully, but these errors were encountered: