mirror of
				https://github.com/DerTyp7/react-teamspeak-remote-app-api.git
				synced 2025-10-31 05:37:14 +01:00 
			
		
		
		
	use non relative paths
This commit is contained in:
		| @@ -1,8 +1,8 @@ | ||||
| import { IAuthSenderPayload, IChannel, IClient, IConnection, ITS5ConnectionHandler, ITS5DataHandler, ITS5MessageHandler } from "../../interfaces/teamspeak"; | ||||
| import { TS5DataHandler } from "./dataHandler"; | ||||
| import { TS5MessageHandler } from "./messageHandler"; | ||||
| import { ILogger } from "../../utils/logger"; | ||||
| import { ITSRemoteAppAuthPayloadOptions } from "../../interfaces/api"; | ||||
| import { IAuthSenderPayload, IChannel, IClient, IConnection, ITS5ConnectionHandler, ITS5DataHandler, ITS5MessageHandler } from "interfaces/teamspeak"; | ||||
| import { TS5DataHandler } from "handlers/teamspeak/dataHandler"; | ||||
| import { TS5MessageHandler } from "handlers/teamspeak/messageHandler"; | ||||
| import { ILogger } from "utils/logger"; | ||||
| import { ITSRemoteAppAuthPayloadOptions } from "interfaces/api"; | ||||
|  | ||||
|  | ||||
| // Establish connection to TS5 client | ||||
|   | ||||
		Reference in New Issue
	
	Block a user