Fixed deprecation of HTML Transcripts interactions

This commit is contained in:
DJj123dj
2025-01-25 22:54:50 +01:00
parent 213ec32225
commit 6516857866
5 changed files with 44 additions and 14 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ export class ODMain {
this.panels = new ODPanelManager(this.debug)
this.tickets = new ODTicketManager(this.debug,this.client)
this.blacklist = new ODBlacklistManager(this.debug)
this.transcripts = new ODTranscriptManager_Default(this.debug,this.tickets)
this.transcripts = new ODTranscriptManager_Default(this.debug,this.tickets,this.client)
this.roles = new ODRoleManager(this.debug)
}