We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Once #398 is merged in, custom slash commands do not show up in the help message in the chat UI.
Modify the HelpHandler to respond to /help commands in the chat UI with all built-in and custom slash commands.
HelpHandler
/help
The message generated by HelpHandler also appears in the chat UI upon first load.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Problem
Once #398 is merged in, custom slash commands do not show up in the help message in the chat UI.
Proposed Solution
Modify the
HelpHandler
to respond to/help
commands in the chat UI with all built-in and custom slash commands.Additional context
The message generated by
HelpHandler
also appears in the chat UI upon first load.The text was updated successfully, but these errors were encountered: