Skip to content

Commit

Permalink
fix: add missing permission to account for discord-api-types@0.37.40
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Apr 27, 2023
1 parent 7e4a3c8 commit 8c5ce9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/preconditions/ClientPermissions.ts
Expand Up @@ -147,6 +147,7 @@ export class CorePrecondition extends AllFlowsPrecondition {
SendMessages: 'Send Messages',
SendMessagesInThreads: 'Send Messages in Threads',
SendTTSMessages: 'Send TTS Messages',
SendVoiceMessages: 'Send Voice Messages',
Speak: 'Speak',
Stream: 'Stream',
UseApplicationCommands: 'Use Application Commands',
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -2298,9 +2298,9 @@ __metadata:
linkType: hard

"discord-api-types@npm:^0.37.37, discord-api-types@npm:^0.37.38":
version: 0.37.39
resolution: "discord-api-types@npm:0.37.39"
checksum: 21346afd1e9987bba9b8e93c51b4a4279c10ffd3251806800385b19631c9f258f26524857b6f88da995285f35f0d956b3dde2e1ed6eb5233e5b2122754fbaee7
version: 0.37.40
resolution: "discord-api-types@npm:0.37.40"
checksum: d05ab85c10eeaed4b066e5b826adee8faf05d53c93234ece89c17ef7bf8ff967b9e1fb60f0b343475416910d898f1656f1b7afe33d9a001c2fd7e0245584b128
languageName: node
linkType: hard

Expand Down

0 comments on commit 8c5ce9d

Please sign in to comment.