Skip to content

Commit 38f3162

Browse files
authored
feat: Add poll result embed type (#1730)
1 parent e2becae commit 38f3162

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interactions/models/discord/enums.py

+1
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,7 @@ class EmbedType(Enum):
448448
LINK = "link"
449449
AUTOMOD_MESSAGE = "auto_moderation_message"
450450
AUTOMOD_NOTIFICATION = "auto_moderation_notification"
451+
POLL_RESULT = "poll_result"
451452

452453

453454
class MessageActivityType(CursedIntEnum):

0 commit comments

Comments
 (0)