Skip to content
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 the ability to always have a message at the bottom in an auto-thread channel #256

Open
MarcusOtter opened this issue Aug 15, 2022 · 4 comments
Labels
improvement 💡 Improvement suggestion

Comments

@MarcusOtter
Copy link
Owner

Describe the improvement

I've been wanting to support something like this for a while. Many people don't know how auto-thread channels work. The TypeScript server has a decent solution to this, I think (albeit the message itself isn't super helpful):

image

This message always stays at the bottom of the channel, so when new messages are posted and threads are created, the bot deletes the old message and moves it to the bottom. This option should be off by default and the message should obviously be configurable.

Problems this improvement solves

Helps people understand what will happen in auto-thread channels, and lets servers customize their auto-thread experience even more. It will also be helpful e.g. for instructing users to put their thread title on the first line of the message, if the server has that configured (WIP on #250).

Alternative solutions

N/A

@MarcusOtter MarcusOtter added the improvement 💡 Improvement suggestion label Aug 15, 2022
@MarcusOtter
Copy link
Owner Author

Another (better) example is the Gitpod Discord that does this as well, with a more helpful message. I don't know what actually happens if I write here (maybe it auto-threads?) but the "Ask a question" button opens a modal, like the #205 feature request.

image

This issue is just for the support of having a message at the bottom with some content though.

@Madis0
Copy link

Madis0 commented Aug 28, 2022

That would be great indeed, currently using https://www.stickybot.info/ for that.

@MarcusOtter
Copy link
Owner Author

Usually, if there are other simple bots that accomplish exactly the feature I want, I would close the issue and tell people to use that. But wow, I really can't recommend that bot to anyone 😅. Thanks for linking it.

@ririko5834
Copy link

Yeah, I like this to have button to open thread sticky message in thread channel. There could be Discord modal - form where user can enter thread name (title) and thread description (first message) and bot should make the thread and send the first message that user has filled in the form to the thread channel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement 💡 Improvement suggestion
Projects
None yet
Development

No branches or pull requests

3 participants