Skip to content

Commit 3317835

Browse files
committed
feat: add send polls permission
1 parent e6a4d3f commit 3317835

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
@@ -579,6 +579,8 @@ class Permissions(DiscordIntFlag): # type: ignore
579579
"""Allows the usage of custom sounds from other servers"""
580580
SEND_VOICE_MESSAGES = 1 << 46
581581
"""Allows for sending audio messages"""
582+
SEND_POLLS = 1 << 49
583+
"""Allows sending polls"""
582584

583585
# Shortcuts/grouping/aliases
584586
REQUIRES_MFA = (

0 commit comments

Comments
 (0)