Added ChannelPermissionOverrides.InheritAll

This commit is contained in:
RogueException
2016-02-11 14:51:48 -04:00
parent cf9fcc9521
commit 846f101126

View File

@@ -195,6 +195,8 @@ namespace Discord
public struct ChannelPermissionOverrides
{
public static ChannelPermissionOverrides InheritAll { get; } = new ChannelPermissionOverrides();
public uint AllowValue { get; }
public uint DenyValue { get; }