Skip to content

Commit 8c5ce9d

Browse files
committedApr 27, 2023
fix: add missing permission to account for discord-api-types@0.37.40
1 parent 7e4a3c8 commit 8c5ce9d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎src/preconditions/ClientPermissions.ts

+1
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ export class CorePrecondition extends AllFlowsPrecondition {
147147
SendMessages: 'Send Messages',
148148
SendMessagesInThreads: 'Send Messages in Threads',
149149
SendTTSMessages: 'Send TTS Messages',
150+
SendVoiceMessages: 'Send Voice Messages',
150151
Speak: 'Speak',
151152
Stream: 'Stream',
152153
UseApplicationCommands: 'Use Application Commands',

‎yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -2298,9 +2298,9 @@ __metadata:
22982298
linkType: hard
22992299

23002300
"discord-api-types@npm:^0.37.37, discord-api-types@npm:^0.37.38":
2301-
version: 0.37.39
2302-
resolution: "discord-api-types@npm:0.37.39"
2303-
checksum: 21346afd1e9987bba9b8e93c51b4a4279c10ffd3251806800385b19631c9f258f26524857b6f88da995285f35f0d956b3dde2e1ed6eb5233e5b2122754fbaee7
2301+
version: 0.37.40
2302+
resolution: "discord-api-types@npm:0.37.40"
2303+
checksum: d05ab85c10eeaed4b066e5b826adee8faf05d53c93234ece89c17ef7bf8ff967b9e1fb60f0b343475416910d898f1656f1b7afe33d9a001c2fd7e0245584b128
23042304
languageName: node
23052305
linkType: hard
23062306

0 commit comments

Comments
 (0)
Please sign in to comment.