mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
Revert "Allow/Deny changed to Strings in v8"
This reverts commit 3ffb55705c.
This commit is contained in:
+2
-2
@@ -469,9 +469,9 @@ export interface RawOverwrite {
|
||||
/** Whether this is a role or a member */
|
||||
type: OverwriteType;
|
||||
/** The permissions that this id is allowed to do. (This will mark it as a green check.) */
|
||||
allow: string;
|
||||
allow: number;
|
||||
/** The permissions that this id is NOT allowed to do. (This will mark it as a red x.) */
|
||||
deny: string;
|
||||
deny: number;
|
||||
}
|
||||
|
||||
export interface PermissionOverwrite
|
||||
|
||||
Reference in New Issue
Block a user