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 7fb97fb commit 58e7c6cCopy full SHA for 58e7c6c
discord/types/embed.py
@@ -76,7 +76,7 @@ class EmbedAuthor(TypedDict, total=False):
76
77
78
EmbedType = Literal[
79
- "rich", "image", "video", "gifv", "article", "link", "auto_moderation_message"
+ "rich", "image", "video", "gifv", "article", "link", "auto_moderation_message", "poll_result"
80
]
81
82
0 commit comments