Multivit4min / TS3-NodeJS-Library

TeamSpeak 3 Server Query Library supports SSH and RAW Query

Home Page:https://multivit4min.github.io/TS3-NodeJS-Library/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Channels do not create permanently and their names are [object Object].

maciej-jasiewicz opened this issue · comments

Describe the bug
My 2 problems are: channels do not create permanently and their names are [object Object].

To Reproduce

teamspeak.channelCreate({ name: "test5", properties: { channelFlagPermanent: true} })
teamspeak.channelCreate({ name: "test4", properties: { channelFlagPermanent: true} })

Expected behavior
created channel with name test5 and test4 which are created permanent not edited after creating.

Versions used

  • 3.13.7
  • v16.17.1
  • 3.4.1

Additional context
Because of name [Object: object] next channel wont create, and channels are not permanent.

Best regards

<21:36:46> "TS3BOT" opuszcza, został przeniesiony na "[object Object]"
<21:36:46> Kanał "[object Object]" został utworzony przez "TS3BOT"

WHICH MEANS:

<21:36:46> "TS3BOT" leaves, has been moved to "[object Object Object]".
<21:36:46> Channel "[object Object]" has been created by "TS3BOT"

FIXED:
teamspeak.channelCreate([cspacer${response.clientDescription}_1], {channelFlagPermanent:true}) teamspeak.channelCreate([cspacer${response.clientDescription}_1]–⚔️–, {channelFlagPermanent:true})