Expose Suspicious DM Activity Flag via API for Moderation bots #7565
Unanswered
Atomosic
asked this question in
API Feature Requests & Ideas
Replies: 0 comments
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.
-
Summary
Discord already flags users for suspicious DM behavior (e.g. mass unsolicited messages) and displays this in the Members list with labels like "⚠️ Unusual DM Activity". However, this flag is not exposed via the official bot API, making it impossible for moderation bots to act on this data automatically or even log it for review.
We are requesting that Discord expose this flag through the documented API in a read-only and non-abusable manner, ideally with strict permission requirements and usage limitations.
Why This Is Needed
POST /guilds/:id/members-search
) is not safe or supported — but is currently the only way to even attempt this.Proposed Solution
Expose the suspicious DM activity flag as part of the Member object.
Beta Was this translation helpful? Give feedback.
All reactions