Skip to content

Commit 58e7c6c

Browse files
authored
new embed type
1 parent 7fb97fb commit 58e7c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/types/embed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class EmbedAuthor(TypedDict, total=False):
7676

7777

7878
EmbedType = Literal[
79-
"rich", "image", "video", "gifv", "article", "link", "auto_moderation_message"
79+
"rich", "image", "video", "gifv", "article", "link", "auto_moderation_message", "poll_result"
8080
]
8181

8282

0 commit comments

Comments
 (0)