-
Notifications
You must be signed in to change notification settings - Fork 24
change /help-ping to post message requesting help in dedicated channel #405
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
Conversation
|
I am against this. I know that this is the best solution we know, but i still wouldn't go for it. Since many people that do not actively help also have the help ping role, the command would fail its purpose maybe 75% of the time. Also, OPs would often then directly address those users added, requesting help from specifically them (since they are kinda "assigned" to that post now), and creating a unnecessary uncomfortable situation for the pinged members. One approach that came in my mind just now (which maybe isn't a good solution either) would be a channel that pings the help ping role linking the thread where it's requested? |
|
Yeah, that's also one possibility. Although I'm unsure whether a ping would even be necessary in that case. Of course, it would also be possible to completely remove that command. |
|
Yet another possibility would be to add two helpers instead of one and adapt the text shown to the OP to display something like
|
That would be better, but I think still does not solve the problem. I would go for the solution i mentioned, if we can't think of anything else |
|
Note that this requires to set the config |
src/main/java/net/javadiscord/javabot/systems/help/commands/HelpPingSubcommand.java
Outdated
Show resolved
Hide resolved
src/main/java/net/javadiscord/javabot/systems/help/commands/HelpPingSubcommand.java
Outdated
Show resolved
Hide resolved
|
lgtm, maybe turn the tags into a separate embed field tho (and omit it if there are no tags) |
|
How about creating a self role which allows people to opt into notifications when someone requests help? (Similar to the @help-ping role). Also, whats the mark as resolved button for? Shouldn't it automatically get resolved when the post gets closed? |
|
I don't think we should implement pinging yet. After all, there are a lot of users with the
Marking it as resolved means "I will take care of this" so that other people don't need to check. I would for now allow all people to do that and maybe restrict it to helper roles if necessary. The embed keeps a history of the last 5 people who changed that. However, we might rename |
Alright, implementing pinging later and first seing if it works sounds fine. Though I dont like the help channel claiming, because:
I think that the system without the claiming system would work, look and feel better. But if we still decide to keep it, i think "Claim" would work better as button name. |
|
I didn't mean help channels to be "claimed". This is exactly what it is supposed to not do. |
If its just that, i wouldn't go for it. Doesn't seem like its really needed. |
|
I don't want many such requests where nobody knows whether someone has looked at them or not. I want to make it as easy as possible for helpers to identify posts in need of help. I also thought about removing the history and posting them somewhere else but that would be a weird solution. |
|
I guess we can give it a try and see what people think of it |
|
Should I still change it to |
Sure |
IMPORTANT BEFORE MERGING:
|



Currently, the
/help-pingcommand pings thehelp-pingrole.However, that won't do much as pinging the role doesn't seem to add its members to the thread.
OLD/OUTDATED version:
EDIT:
When users use
/help ping, a message is sent to a specific channel. This message can be acknowledged (and unacknowledged) by users.