-
Notifications
You must be signed in to change notification settings - Fork 171
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
help should be single message in Slack #358
Comments
Big +1 to that for me. Broadly, help could use a lot of love. The challenge has been finding ways to keep it working across platforms, with minimal upkeep. If you've got suggestions on a way to implement the collapsed message, I'm all ears! |
I tried tweaking it to be a direct reply (start thread) and there looks to be a bug with reply when it comes to html processing:
It works if I use say but will complains about the incorrect usage. |
I built an attachment class. So I can easily build slack attachments and pass them around and add buttons and stuff. It would probably help with this. |
I'm very intrigued by this attachment class! Unfortunately I believe help needs to stay cross platform so we can't process it as attachments (unless we add some checks to see which backend is in use then let's go hog wild). |
The awesome part of the attachment class is subclassing with all the colors and footer icons for your org/app. Then every message you send has all that ready to go. |
The help command is broken into multiple messages which on slack results in several gigantic blocks of text appearing.
Ideally we'd have the message posted to slack in a way that allows for it to be automatically collapsed or a directly reply to the message creating a thread.
The text was updated successfully, but these errors were encountered: