diff --git a/src/nodes/TS3Event/TS3Event.ts b/src/nodes/TS3Event/TS3Event.ts index 64f8f84..a2e7402 100644 --- a/src/nodes/TS3Event/TS3Event.ts +++ b/src/nodes/TS3Event/TS3Event.ts @@ -26,7 +26,7 @@ const nodeInit: NodeInitializer = (RED): void => { (async() =>{ const client = await ts3Config.getConnection() - this.warn("added: " + config.selection) + // HACK: like above i dont know how to use typescript client.addListener(config.selection,(event: any)=>{ let msg = {