Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Dec 1, 2021. It is now read-only.
This repository was archived by the owner on Dec 1, 2021. It is now read-only.
There was an error while loading. Please reload this page.
Add all the components needed for server moderation:
This should work for users that are in the server, or even those who have already left. It should (optionally) remove all messages the user has sent, from all channels.
We have discussed previously that it would make more sense to use a weighted warn system instead of just "3 warns and you're out". Moderators should, when warning someone, pick a choice for what type of warn it is, and this type should have an associated severity. Once a user has accumulated enough warnings such that the combined severity exceeds some threshold value, they should be banned.
Should be similar to the old
purgecommand, although Kemikals has mentioned that it would be convenient to also be able to specify the id of a message whose timestamp marks the boundary for which messages can be deleted.