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
feature request to method to resolve activity alert on a message.
What is the feature request for?
The core library
The Problem
basically some servers that have community enabled get activity alerts that cause captcha to be enabled, this sends a message which is of the type auto_moderation_action, and in order to resolve that/"mark it as a false alarm" as discord refers to it, theres an api request to be made there.
this should be added to the core library.
also, we will want to specify the reason for resolving it. the available discord reasons are:
LEGITIMATE_ACTIVITY
DM_SPAM
JOIN_RAID
OTHER
The Ideal Solution
a method on Message that basically calls a post request to https://discord.com/api/v9/guilds/(guild id)/auto-moderation/false-alarm with the body {
"alert_message_id": (message id),
"reason": (reason)
}
The Current Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Summary
feature request to method to resolve activity alert on a message.
What is the feature request for?
The core library
The Problem
basically some servers that have community enabled get activity alerts that cause captcha to be enabled, this sends a message which is of the type auto_moderation_action, and in order to resolve that/"mark it as a false alarm" as discord refers to it, theres an api request to be made there.
this should be added to the core library.
also, we will want to specify the reason for resolving it. the available discord reasons are:
LEGITIMATE_ACTIVITY
DM_SPAM
JOIN_RAID
OTHER
The Ideal Solution
a method on Message that basically calls a post request to
https://discord.com/api/v9/guilds/(guild id)/auto-moderation/false-alarm
with the body {"alert_message_id": (message id),
"reason": (reason)
}
The Current Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: