Skip to content

Commit

Permalink
feat: Add poll result embed type (#1730)
Browse files Browse the repository at this point in the history
  • Loading branch information
retr0-init authored Aug 12, 2024
1 parent e2becae commit 38f3162
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interactions/models/discord/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ class EmbedType(Enum):
LINK = "link"
AUTOMOD_MESSAGE = "auto_moderation_message"
AUTOMOD_NOTIFICATION = "auto_moderation_notification"
POLL_RESULT = "poll_result"


class MessageActivityType(CursedIntEnum):
Expand Down

0 comments on commit 38f3162

Please sign in to comment.