@@ -1040,8 +1040,8 @@ export const PermissionNames: { [perm: string]: string } = {
1040
1040
ADD_REACTIONS : 'Add reactions' ,
1041
1041
VIEW_AUDIT_LOG : 'View audit log' ,
1042
1042
PRIORITY_SPEAKER : 'Priority speaker' ,
1043
- STREAM : 'Stream ' ,
1044
- VIEW_CHANNEL : 'Read text channels and see voice channels' ,
1043
+ STREAM : 'Video ' ,
1044
+ VIEW_CHANNEL : 'Read messages and view channels' ,
1045
1045
SEND_MESSAGES : 'Send messages' ,
1046
1046
SEND_TTS_MESSAGES : 'Send TTS messages' ,
1047
1047
MANAGE_MESSAGES : 'Manage messages' ,
@@ -1061,16 +1061,26 @@ export const PermissionNames: { [perm: string]: string } = {
1061
1061
MANAGE_NICKNAMES : 'Manage nicknames' ,
1062
1062
MANAGE_ROLES : 'Manage roles' ,
1063
1063
MANAGE_WEBHOOKS : 'Manage webhooks' ,
1064
- MANAGE_EMOJIS_AND_STICKERS : 'Manage emojis and stickers' ,
1064
+ MANAGE_EMOJIS_AND_STICKERS : 'Manage expressions' ,
1065
+ MANAGE_GUILD_EXPRESSIONS : 'Manage expressions' ,
1065
1066
USE_APPLICATION_COMMANDS : 'Use application commands' ,
1066
1067
REQUEST_TO_SPEAK : 'Request to speak' ,
1068
+ MANAGE_EVENTS : 'Manage events' ,
1067
1069
MANAGE_THREADS : 'Manage threads' ,
1068
- USE_PUBLIC_THREADS : 'Use public threads' ,
1069
- USE_PRIVATE_THREADS : 'Use private threads' ,
1070
+ USE_PUBLIC_THREADS : 'Create public threads' ,
1071
+ CREATE_PUBLIC_THREADS : 'Create public threads' ,
1072
+ USE_PRIVATE_THREADS : 'Create private threads' ,
1073
+ CREATE_PRIVATE_THREADS : 'Create private threads' ,
1070
1074
USE_EXTERNAL_STICKERS : 'Use external stickers' ,
1071
1075
SEND_MESSAGES_IN_THREADS : 'Send messages in threads' ,
1072
1076
USE_EMBEDDED_ACTIVITIES : 'Use embedded activities' ,
1073
- MODERATE_MEMBERS : 'Moderate members'
1077
+ MODERATE_MEMBERS : 'Moderate members' ,
1078
+ VIEW_CREATOR_MONETIZATION_ANALYTICS : 'View creator monetization insights' ,
1079
+ USE_SOUNDBOARD : 'Use soundboard' ,
1080
+ USE_EXTERNAL_SOUNDS : 'Use external sounds' ,
1081
+ SEND_VOICE_MESSAGES : 'Send voice messages' ,
1082
+ SEND_POLLS : 'Create polls' ,
1083
+ USE_EXTERNAL_APPS : 'Use external apps'
1074
1084
} ;
1075
1085
1076
1086
export const Endpoints = {
0 commit comments