|
|
@@ -138,7 +138,7 @@ namespace Discord |
|
|
|
|
|
|
|
public override string ToString() => $"Allow {AllowValue}, Deny {DenyValue}"; |
|
|
|
private string DebuggerDisplay => |
|
|
|
$"Allow {AllowValue} ({string.Join(", ", ToAllowList())})\n" + |
|
|
|
$"Deny {DenyValue} ({string.Join(", ", ToDenyList())})"; |
|
|
|
$"Allow {string.Join(", ", ToAllowList())}, " + |
|
|
|
$"Deny {string.Join(", ", ToDenyList())}"; |
|
|
|
} |
|
|
|
} |