diff --git a/.dist/permissions.js b/.dist/permissions.js index 5725dd7..2e11163 100644 --- a/.dist/permissions.js +++ b/.dist/permissions.js @@ -5,6 +5,7 @@ class Permissions { hasDeny; constructor(allow, deny = "") { this.hasDeny = !!deny; + console.log(allow,deny); this.allow = BigInt(allow); this.deny = BigInt(deny); }