Enum PermValue
Specifies the permission value.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public enum PermValue
Fields​
Allow​
Allows this permission.
View Source​
Declaration
Allow = 0
Deny​
Denies this permission.
View Source​
Declaration
Deny = 1
Inherit​
Inherits the permission settings.
View Source​
Declaration
Inherit = 2