Hi, so I’m creating a TeamSpeak bot for a server that I am a member of using TS3-NodeJS-Library using that JavaScript package. I was wondering, if anyone has experience using it, and would be able to tell me how to do the following;
We need something that when someone joins a channel, if it is a waiting room that it would poke the channel admins and make them aware that someone has joined there waiting room.
Another update: so i got it to work, however it pokes everyone with the channel admin tag, how would i make it so it only pokes people that have channel admin in that said channel?
Another issue, it pokes you in any channel you have channel admin in. For instance if you have channel admin in the afk channel, and someone joins it will poke you.
I would recommend you use a separate “support notify” group, this is how I do it in my support system, it is easier to go through your direct group of users and nudge the appropriate user, if you need help with the code feel free to write me.