Update permissions to include Request to Speak
Created by: Lulalaby
Summary
Implements the Request to Speak permission to DSharpPlus.Permissions
Details
Adds the permission RequestToSpeak
to the Permissions
enum.
Ref to #849 because it's the PR for the UseSlashCommands
Permisson, which I already included.
Changes proposed
-
Add
Permissions.RequestToSpeak
with a value of0x0000000100000000
-
Modify the
FULL_PERMS
andAll
values to the result of the oldAll
value and the value ofRequestToSpeak