From b95b8f239eb39dd5ecf53aecb98df4bebf624feb Mon Sep 17 00:00:00 2001 From: DJj123dj <80536295+DJj123dj@users.noreply.github.com> Date: Thu, 1 Jan 2026 23:00:29 +0100 Subject: [PATCH] Fixed typescript compilation error --- src/core/api/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/api/main.ts b/src/core/api/main.ts index 2849516..0019824 100644 --- a/src/core/api/main.ts +++ b/src/core/api/main.ts @@ -157,7 +157,7 @@ export class ODMain { this.responders = new ODResponderManager_Default(this.debug,this.client) this.actions = new ODActionManager_Default(this.debug) this.verifybars = new ODVerifyBarManager_Default(this.debug) - this.permissions = new ODPermissionManager_Default(this.debug) + this.permissions = new ODPermissionManager_Default(this.debug,this.client) this.cooldowns = new ODCooldownManager_Default(this.debug) this.helpmenu = new ODHelpMenuManager_Default(this.debug) this.stats = new ODStatsManager_Default(this.debug)