Skip to content

Commit 79bcdfa

Browse files
docs(Events): Document auto moderation events (#9342)
docs(Events): document auto moderation events Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent ca4de2d commit 79bcdfa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/discord.js/src/util/Events.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
/**
44
* @typedef {Object} Events
55
* @property {string} ApplicationCommandPermissionsUpdate applicationCommandPermissionsUpdate
6+
* @property {string} AutoModerationActionExecution autoModerationActionExecution
7+
* @property {string} AutoModerationRuleCreate autoModerationRuleCreate
8+
* @property {string} AutoModerationRuleDelete autoModerationRuleDelete
9+
* @property {string} AutoModerationRuleUpdate autoModerationRuleUpdate
610
* @property {string} CacheSweep cacheSweep
711
* @property {string} ChannelCreate channelCreate
812
* @property {string} ChannelDelete channelDelete

0 commit comments

Comments
 (0)