Create audit log entries for Discord's own NSFW rejects #4177
Unanswered
erkinalp
asked this question in
API Feature Requests & Ideas
Replies: 1 comment 4 replies
-
When the NSFW filter triggers, no message is actually sent. The API fully blocks the request. Furthermore, logging an attempted action deviates from all other audit log entry types, and the NSFW filter has lots of issues with false positives. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, NSFW rejects create no audit log entry, which makes hard for us to tell whether it is caused by Discord's own filters, or a moderation bot, applying the deletion. Hence, a new event type, MESSAGE_REJECTED, should be logged to the audit log every time an NSFW message is sent and removed by Discord's own filters.
Beta Was this translation helpful? Give feedback.
All reactions