-
Notifications
You must be signed in to change notification settings - Fork 19
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] Suggestion: auto change status emoji in channel names #92
Comments
Issue with parsing: initial messages 75% of the time are just "hi" |
Good idea. Note that the bot can only change the name of the channel 2 times per 10 minutes, so it could run into issues like that |
The only useful/probable addition would be to automatically put it to "⏳" after a set duration of no response from the author of the thread. Making it "✋" automatically on creation is a waste of the ratelimit imo, since a helper will anyways need to run |
If the ":hand:" is added in the original thread title, it won't use up the ratelimit any more than it already does |
Ah alright, but it still doesn't help since your anyways mentioned in new threads, It's rather intuitive that a new thread is indeed ✋- I still think that helpers putting the actual topic in the thread is helpful Also, often, helpers do not change the thread status, it's usually done for multiple threads at once. |
Auto change status emoji
This is a suggestion for help threads.
Suggestion
Currently when a new thread is created helpers set the topic to "✋ " to denote that the thread is open for anyone to pick up and when that happens it gets changed to "⏳ " but I think that this could be automated by setting it to the "✋" status upon the creation of the thread, the topic can be parsed from the initial message with
magicregex.On to the "⏳" status, that one can be set when a helper (not only mods) sends a message in the thread.
The text was updated successfully, but these errors were encountered: