-
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
Issue walkthrough #1
Comments
also, add instructions on how to get logs. like showing them commands and asking users to paste the output they get from running each command. |
yes that's a good idea, i will also add a "platform" dropdown so that it gives the appropriate log locations. |
Here is a quick prototype i sat up. It currently posts twice because I am unable to distinguish between thread creation and thread join due to an issue in the library's repo (nyxx-discord/nyxx#440) |
Many people who discover coder from GitHub do not know abut v1 and v2. They only know coder. |
yeah I suggest removing v1 as that is supported on slack. |
I was thinking it would be interesting to take users through a little series of questions when they create a new thread in #help
Flow
if feature request or bug report then probably redirect them to GH issues and lock thread.
For each category, a tag should be added to the issue.
I think the message should delete itself after 5 minutes of inactivity.
Implementation 1 (discarded)
Have the user run a command that shows a modal to them.This is nice but it requires running a command, which makes the UX poorer.
Implementation 2 (choosen)
Sending a self-editing message on every thread creation that contains action rows
I think this gives better UX but we might get the bot rate-limited if too much threads are created at once.
Roadmap
newly_created
property on IThreadCreateEvent nyxx-discord/nyxx#440The text was updated successfully, but these errors were encountered: