Updates permissions to include Use Slash Commands
Created by: Soyvolon
Summary
Implements the Use Slash Commands permission to DSharpPlus.Permissions
Details
Adds the permission UseSlashCommands
to the Permissions
enum.
Changes proposed
- Add
Permissions.UseSlashCommands
with a value of0x0000000080000000
- Modify the
FULL_PERMS
andAll
values to the result of the oldAll
value and the value ofUseSlashCommands