Skip to content

Commit

Permalink
fix(permissions): add permissions added by DJS 14.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed May 6, 2024
1 parent 22f7729 commit 7d6a301
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/preconditions/ClientPermissions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ export class CorePrecondition extends AllFlowsPrecondition {
BanMembers: 'Ban Members',
ChangeNickname: 'Change Nickname',
Connect: 'Connect',
CreateEvents: 'Create Events',
CreateGuildExpressions: 'Create Expressions',
CreateInstantInvite: 'Create Instant Invite',
CreatePrivateThreads: 'Create Private Threads',
CreatePublicThreads: 'Create Public Threads',
Expand All @@ -145,6 +147,7 @@ export class CorePrecondition extends AllFlowsPrecondition {
RequestToSpeak: 'Request to Speak',
SendMessages: 'Send Messages',
SendMessagesInThreads: 'Send Messages in Threads',
SendPolls: 'Create Polls',
SendTTSMessages: 'Send TTS Messages',
SendVoiceMessages: 'Send Voice Messages',
Speak: 'Speak',
Expand Down

0 comments on commit 7d6a301

Please sign in to comment.