AutoMod APIs and Events #5065
shaydewael
announced in
Announcement
Replies: 2 comments 2 replies
-
Why? Just why? Bots have already automod and anyways, why do we need a bot to add it? |
Beta Was this translation helpful? Give feedback.
2 replies
-
I like the Discord's Automoderation module but I don't use it on my servers where I'm administrator because it is not really mature yet and what is with the bots with automod and mod? I think they are useless then. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Today the new AutoMod feature is rolling out across Discord. Along with it comes new API changes that allow you to use and extend AutoMod features in your Discord apps.
👉 You can find the official changelog and new documentation for AutoMod APIs on the documentation site (and thanks for all of the community help and feedback on those!)
API changes
AUTO_MODERATION_RULE_CREATE
), updated (AUTO_MODERATION_RULE_UPDATE
), and deleted (AUTO_MODERATION_RULE_DELETE
). Requires theAUTO_MODERATION_CONFIGURATION
(1 << 20
) intentAUTO_MODERATION_ACTION_EXECUTION
). Requires theAUTO_MODERATION_EXECUTION
(1 << 21
) intentAUTO_MODERATION_RULE_CREATE
), updated (AUTO_MODERATION_RULE_UPDATE
), or deleted (AUTO_MODERATION_RULE_DELETE
), or when AutoMod performs an action (AUTO_MODERATION_BLOCK_MESSAGE
)Beta Was this translation helpful? Give feedback.
All reactions