We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2becae commit 38f3162Copy full SHA for 38f3162
interactions/models/discord/enums.py
@@ -448,6 +448,7 @@ class EmbedType(Enum):
448
LINK = "link"
449
AUTOMOD_MESSAGE = "auto_moderation_message"
450
AUTOMOD_NOTIFICATION = "auto_moderation_notification"
451
+ POLL_RESULT = "poll_result"
452
453
454
class MessageActivityType(CursedIntEnum):
0 commit comments