Skip to content

Commit

Permalink
Add USE_EXTERNAL_SOUNDS permission
Browse files Browse the repository at this point in the history
  • Loading branch information
maaaathis authored Oct 29, 2023
1 parent 2bb4bf3 commit d3f8aa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PermissionConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class PermissionConverter {
"MODERATE_MEMBERS" => 0x10000000000,
"VIEW_CREATOR_MONETIZATION_ANALYTICS" => 0x20000000000,
"USE_SOUNDBOARD" => 0x40000000000,
"USE_EXTERNAL_SOUNDS" => 0x200000000000,
"SEND_VOICE_MESSAGES" => 0x400000000000
);

Expand Down

0 comments on commit d3f8aa8

Please sign in to comment.