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 "Convene mods" command #19

Merged
merged 13 commits into from Sep 12, 2022
Merged

Add "Convene mods" command #19

merged 13 commits into from Sep 12, 2022

Conversation

vcarl
Copy link
Member

@vcarl vcarl commented Sep 9, 2022

This will require a manual permissions update to prevent regular users from accessing it, unfortunately I've hit dead ends trying to automate that process. I'll be able to do it in the future, but unfortunately it must be done by a user account, bot accounts aren't permitted to update permissions. Once I get web-based onboarding set up, that'll be an option, but until then it has to be manually changed in server settings.

Convene Mods is a new command that extends "track" behavior, pinging all moderators and triggering a poll. The poll closes when 3 moderators have voted, and will automatically enact the resolution that wins.

Behavior

rf convene 1

rf convene 2

Screen Shot 2022-09-09 at 3 27 22 PM

Votes are visible to other moderators.

Outcomes

"Okay" and "Track" will only update the message in #mod-log. All other outcomes have publicly communication initiated by the bot.

Nudge

This will open in a private thread if available.

Screen Shot 2022-09-09 at 3 28 31 PM

Warning

Screen Shot 2022-09-09 at 3 29 00 PM

Restricted

Screen Shot 2022-09-09 at 3 28 55 PM

Kick

Screen Shot 2022-09-09 at 3 28 51 PM

Ban

Screen Shot 2022-09-09 at 3 28 46 PM

Copy link

@dylangarcia dylangarcia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extra: "✅ Warning",
});
message.reply(
`This message resulted in a formal warning from the moderators. Please review the community rules.`,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we link the COC here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I want to do that, but this is already used in 3 servers so I need to add a means of configuring what url to use. Not a blocker for release I think, I want to improve onboarding for the bot and that's going to be a part

extra: "✅ Restricted",
});
await applyRestriction(message.member!);
message.reply(

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is only useful if they're misbehaving in a restricted channel, yeah?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the immediate term sure, but I'm thinking that there will be a lively conversation in these threads before the outcome is determined. Figure this can be a replacement for us talking in private chats about if someone has earned a restriction

@vcarl vcarl merged commit d0d415a into main Sep 12, 2022
@vcarl vcarl deleted the vc-convene branch September 12, 2022 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants