Closed JDittmerCOM closed 2 years ago
You are not suppose to change the Client's Nickname. Please check the Interfaces for Teamspeak.clientEdit(): https://github.com/Multivit4min/TS3-NodeJS-Library/blob/02c8fccd1b41c1434f25ceee6ac20cac79f79974/src/types/PropertyTypes.ts#L28
So I can really only use the two properties? I was of the opinion that I read that I could also change the nickname. But well, ok, then I know. Thanks.
clientDescription?: string
clientIsTalker?: boolean
Hi, when I try to change the client nickname, I keep getting the following error message.
However, I have no idea what could be the reason, since all the parameters are actually there, aren't they?