You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
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
The text was updated successfully, but these errors were encountered:
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.
This issue is just for the support of having a message at the bottom with some content though.
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.
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
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):
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
The text was updated successfully, but these errors were encountered: