Skip to content

Commit 0516c67

Browse files
committed
feat: add external apps and pin message permissions
1 parent cb0ed98 commit 0516c67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

interactions/models/discord/enums.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,10 @@ class Permissions(DiscordIntFlag): # type: ignore
606606
"""Allows for sending audio messages"""
607607
SEND_POLLS = 1 << 49
608608
"""Allows sending polls"""
609+
USE_EXTERNAL_APPS = 1 << 50
610+
"""Allows user-installed applications to send public responses"""
611+
PIN_MESSAGES = 1 << 51
612+
"""Allows for pinning messages"""
609613

610614
# Shortcuts/grouping/aliases
611615
REQUIRES_MFA = (

0 commit comments

Comments
 (0)