-
-
Notifications
You must be signed in to change notification settings - Fork 89
Create /modmail command #311
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
Comments
Making it not visible is easy, its an interaction (slashcommand) so the bot reply just have to be ephemeral and poof, invisible command However: there are plenty of people who will push and act badly UNTIL a mod is called and then they quickly backoff (one to make a complaint and another to call for assistance) |
The way I see it, if someone wants quick visible mod attention they just ping
|
so the first global slash command use case we have |
I'd like to work on this if no one has started working on this command. Also, would the command be allowed to be used practically everywhere (within the guild) and not just on a particular channel such as |
Yes, as all responses are supposed to be ephemeral, it could be popped anywhere, no restrictions. But you do not have to do anything to control that, just a regular slash command handler would be enough, like any of the other slash commands we already have, |
@talentedasian Why did you add "blocked"? By what is this issue blocked? |
The |
The issue with #mod_audit_log is that it is permanently muted by everyone, and we usually don't scroll and read everything, unless we have a need to do so. I think this should go in a new channel, so we can give it a proper attention it deserves. What do you think? ^^ |
I did not think about that because I actually do not have it muted 😆
Sure, makes sense. Can go through a similar flow/system. Maybe the class can offer both channels or its a second class or similar. Whatever is cleaner, I leave it up to who implements it. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue is stale because it has been open 30 days with no activity. Remove stale label, comment or add the valid label or this will be closed in 5 days. |
add an option to stay anonymous |
Can be taken over, when I have the time I'll finish my PR, but no promises on when this will happen |
The
/modmail
command is used to write a message to a moderator. The advantages over a simple DM are:The requirements for this are:
Optionally:
One cheap and low hanging possibility could be to write the message into the
#mod_audit_log
channel by usingModAuditLogWriter
introduced in #296 . To make the message invisible, just useephemeral
.The text was updated successfully, but these errors were encountered: