Skip to content

Commit fc86e3b

Browse files
authored
feat: add missing perms (#1374)
1 parent 70f5110 commit fc86e3b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

interactions/models/discord/enums.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,14 @@ class Permissions(DiscordIntFlag): # type: ignore
551551
"""Allows for using Activities (applications with the `EMBEDDED` flag) in a voice channel"""
552552
MODERATE_MEMBERS = 1 << 40
553553
"""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"""
554562

555563
# Shortcuts/grouping/aliases
556564
REQUIRES_MFA = (

0 commit comments

Comments
 (0)