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 "track" command for moderators #14

Merged
merged 3 commits into from Jul 17, 2022
Merged

Add "track" command for moderators #14

merged 3 commits into from Jul 17, 2022

Conversation

vcarl
Copy link
Member

@vcarl vcarl commented Jul 17, 2022

"Report" is a great way for members to alert mods of something, but it's not appropriate for use by moderators due to the anonymous nature. This adds "Track", which can be used to log messages. Logged messages are useful for identifying patterns of abuse over periods of time — Discord search can be powerful here, searching the mod log channel for mentions:user#1234 can show how often someone's messages have been noted by moderators as problematic.

Screen Shot 2022-07-17 at 12 34 42 PM

The bot logs their username at time of report separately from pinging them, so that's capture separately. If someone changes their nickname, that could be lost context when reviewing the report.

vcarl added 3 commits July 8, 2022 22:39
Previously new commands needed to be added in several places, which was much finickier than I wanted. Now, it’s a single `registerCommand` call
@vcarl vcarl marked this pull request as ready for review July 17, 2022 17:33
@vcarl vcarl merged commit 8780b15 into main Jul 17, 2022
@vcarl vcarl deleted the vc-track branch July 17, 2022 20:40
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

1 participant