Added ChannelPermissionOverrides.InheritAll
This commit is contained in:
@@ -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; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user