Skip to content

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 of 0x0000000080000000
  • Modify the FULL_PERMS and All values to the result of the old All value and the value of UseSlashCommands

Merge request reports

Loading