debugging
This commit is contained in:
@@ -5,6 +5,7 @@ class Permissions {
|
|||||||
hasDeny;
|
hasDeny;
|
||||||
constructor(allow, deny = "") {
|
constructor(allow, deny = "") {
|
||||||
this.hasDeny = !!deny;
|
this.hasDeny = !!deny;
|
||||||
|
console.log(allow,deny);
|
||||||
this.allow = BigInt(allow);
|
this.allow = BigInt(allow);
|
||||||
this.deny = BigInt(deny);
|
this.deny = BigInt(deny);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user