Fixed typescript compilation error

This commit is contained in:
DJj123dj
2026-01-01 23:00:29 +01:00
parent 488b5fce53
commit b95b8f239e
+1 -1
View File
@@ -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)