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 cb0ed98 commit 0516c67Copy full SHA for 0516c67
interactions/models/discord/enums.py
@@ -606,6 +606,10 @@ class Permissions(DiscordIntFlag): # type: ignore
606
"""Allows for sending audio messages"""
607
SEND_POLLS = 1 << 49
608
"""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"""
613
614
# Shortcuts/grouping/aliases
615
REQUIRES_MFA = (
0 commit comments