Skip to content

Commit

Permalink
add: USE_EXTERNAL_APPS permission
Browse files Browse the repository at this point in the history
  • Loading branch information
maaaathis committed Aug 14, 2024
1 parent 863ef0e commit 0e0a543
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/PermissionConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ class PermissionConverter {
"USE_SOUNDBOARD" => 0x40000000000,
"USE_EXTERNAL_SOUNDS" => 0x200000000000,
"SEND_VOICE_MESSAGES" => 0x400000000000,
"SEND_POLLS" => 0x2000000000000
"SEND_POLLS" => 0x2000000000000,
"USE_EXTERNAL_APPS" => 0x4000000000000
);

/**
Expand Down

0 comments on commit 0e0a543

Please sign in to comment.