You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
Add all the components needed for server moderation:
Muting users
Banning users
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.
Warning users
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.
Removing messages
Should be similar to the old purge command, 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.
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
purge
command, 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.The text was updated successfully, but these errors were encountered: