Skip to content

Commit 582c9bd

Browse files
committed
feat: add send polls permission
1 parent d742c77 commit 582c9bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

interactions/models/discord/enums.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,8 @@ class Permissions(DiscordIntFlag): # type: ignore
581581
"""Allows the usage of custom sounds from other servers"""
582582
SEND_VOICE_MESSAGES = 1 << 46
583583
"""Allows for sending audio messages"""
584+
SEND_POLLS = 1 << 49
585+
"""Allows sending polls"""
584586

585587
# Shortcuts/grouping/aliases
586588
REQUIRES_MFA = (

0 commit comments

Comments
 (0)