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 the ability for the bot to detect and handle spam by users. This should be able to detect when a user does any of the following:
Sending many messages in a channel.
Sending messages in many channels in a short time.
All messages determined to be spam should be removed, and the user should be muted. This means that the implementation will probably have to cache messages as they come in, so that it can remember all spam messages in the short term.
The text was updated successfully, but these errors were encountered:
Add the ability for the bot to detect and handle spam by users. This should be able to detect when a user does any of the following:
All messages determined to be spam should be removed, and the user should be muted. This means that the implementation will probably have to cache messages as they come in, so that it can remember all spam messages in the short term.
The text was updated successfully, but these errors were encountered: