Closed Smallinger closed 3 years ago
Hey, is it possible to connect to a clientquery ?
const teamspeak = new TeamSpeak({ host: "localhost", protocol: QueryProtocol.RAW, queryport: 25639 })
This library has been designed to use with Server Query and it does not implement any functions for client query
Hey, is it possible to connect to a clientquery ?
const teamspeak = new TeamSpeak({ host: "localhost", protocol: QueryProtocol.RAW, queryport: 25639 })