You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: interactions/models/discord/enums.py
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -551,6 +551,14 @@ class Permissions(DiscordIntFlag): # type: ignore
551
551
"""Allows for using Activities (applications with the `EMBEDDED` flag) in a voice channel"""
552
552
MODERATE_MEMBERS=1<<40
553
553
"""Allows for timing out users to prevent them from sending or reacting to messages in chat and threads, and from speaking in voice and stage channels"""
554
+
VIEW_CREATOR_MONETIZATION_ANALYTICS=1<<41
555
+
"""Allows for viewing guild monetization insights"""
556
+
USE_SOUNDBOARD=1<<42
557
+
"""Allows for using the soundboard in a voice channel"""
558
+
CREATE_GUILD_EXPRESSIONS=1<<43
559
+
"""Allows for creating emojis, stickers, and soundboard sounds"""
560
+
USE_EXTERNAL_SOUNDS=1<<45
561
+
"""Allows the usage of custom sounds from other servers"""
0 commit comments