Skip to content

Commit eeea7ee

Browse files
authored
feat: add SUPPRESS_NOTIFICATIONS alias for SILENT (#1609)
1 parent 8472681 commit eeea7ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

interactions/models/discord/enums.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,9 @@ class MessageFlags(DiscordIntFlag): # type: ignore
469469
VOICE_MESSAGE = 1 << 13
470470
"""This message is a voice message"""
471471

472+
SUPPRESS_NOTIFICATIONS = SILENT
473+
"""Alias for :attr:`SILENT`"""
474+
472475
# Special members
473476
NONE = 0
474477
ALL = AntiFlag()

0 commit comments

Comments
 (0)