Skip to content

Update permissions to include Request to Speak

Mateusz Brawański requested to merge github/fork/Lulalaby/patch-2 into release/4.0

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 of 0x0000000100000000

  • Modify the FULL_PERMS and All values to the result of the old All value and the value of RequestToSpeak

Merge request reports

Loading