Skip to content

Commit

Permalink
add SEND_POLLS permission
Browse files Browse the repository at this point in the history
  • Loading branch information
maaaathis committed Jun 12, 2024
1 parent d3f8aa8 commit 657f8a2
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 @@ -55,7 +55,8 @@ class PermissionConverter {
"VIEW_CREATOR_MONETIZATION_ANALYTICS" => 0x20000000000,
"USE_SOUNDBOARD" => 0x40000000000,
"USE_EXTERNAL_SOUNDS" => 0x200000000000,
"SEND_VOICE_MESSAGES" => 0x400000000000
"SEND_VOICE_MESSAGES" => 0x400000000000,
"SEND_POLLS" => 0x2000000000000
);

/**
Expand Down

0 comments on commit 657f8a2

Please sign in to comment.