Browse Source

Added ChannelPermissionOverrides.InheritAll

tags/docs-0.9
RogueException 9 years ago
parent
commit
846f101126
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/Discord.Net/Models/Permissions.cs

+ 2
- 0
src/Discord.Net/Models/Permissions.cs View File

@@ -195,6 +195,8 @@ namespace Discord


public struct ChannelPermissionOverrides public struct ChannelPermissionOverrides
{ {
public static ChannelPermissionOverrides InheritAll { get; } = new ChannelPermissionOverrides();

public uint AllowValue { get; } public uint AllowValue { get; }
public uint DenyValue { get; } public uint DenyValue { get; }




Loading…
Cancel
Save