-
-
Notifications
You must be signed in to change notification settings - Fork 751
Message filtering did not account for message with only attachments #549
Copy link
Copy link
Closed
python-discord/site
#303Labels
a: APIRelated to or causes API changesRelated to or causes API changesa: filtersRelated to message filters: (antimalware, antispam, filtering, token_remover)Related to message filters: (antimalware, antispam, filtering, token_remover)good first issueGood for newcomersGood for newcomersp: 3 - lowLow PriorityLow Prioritys: WIPWork In ProgressWork In Progresst: bugSomething isn't workingSomething isn't working
Metadata
Metadata
Assignees
Labels
a: APIRelated to or causes API changesRelated to or causes API changesa: filtersRelated to message filters: (antimalware, antispam, filtering, token_remover)Related to message filters: (antimalware, antispam, filtering, token_remover)good first issueGood for newcomersGood for newcomersp: 3 - lowLow PriorityLow Prioritys: WIPWork In ProgressWork In Progresst: bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
There was a
muteissued to an user after posting 5 messages with 5 attachments. The bot issued amuteand treated accordingly against message spamming behaviour, however in this case there are two problems:The log of the case looks like this
The following codes might be of interest:
Which is in duplicates.py