Skip to content

Commit 7bdbbab

Browse files
feat: add AUTOMOD_NOTIFICATIONS (#1621)
There is a type of embed type missing. The auto moderation notification is added to the enum. Signed-off-by: retr0-init <146389702+retr0-init@users.noreply.github.com> Co-authored-by: LordOfPolls <dev@lordofpolls.com>
1 parent 041b9dc commit 7bdbbab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interactions/models/discord/enums.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@ class EmbedType(Enum):
425425
ARTICLE = "article"
426426
LINK = "link"
427427
AUTOMOD_MESSAGE = "auto_moderation_message"
428+
AUTOMOD_NOTIFICATION = "auto_moderation_notification"
428429

429430

430431
class MessageActivityType(CursedIntEnum):

0 commit comments

Comments
 (0)