Splamy / TS3AudioBot

Advanced Musicbot for Teamspeak 3
https://splamy.de/TSAudioBot/Home
Open Software License 3.0
698 stars 140 forks source link

Teamspeak api #889

Open Mats324 opened 3 years ago

Mats324 commented 3 years ago

Is there a teamspeak documentation api? I need it to see the commands that I want.

Flakebi commented 3 years ago

In general many commands are similar or identical to the server query api. The documentation for that is included in TeamSpeak server downloads. A useful and quite extensive resource is YaTQA: http://yat.qa/ressourcen/ The list of commands that is used by TS3AudioBot is here: https://github.com/ReSpeak/tsdeclarations/blob/master/Messages.toml This list is used to generate C# code for the bot.

Mats324 commented 3 years ago

Thank you. I use that to do a plugin for kick and ban a user. I should must use a sound before the kick or ban, Is It possible?

Flakebi commented 3 years ago

It is possible, the audiobot is definitely capable of playing sound. I guess doing something similar to the !play command is easiest to implement (look into MainCommands.cs). I don’t know much more about this though.

Mats324 commented 3 years ago

It's too difficile, there isn't a manuale ti implement an other function? The tsapi is in detush.

Mats324 commented 3 years ago

Is there anybody Who can help me?

Bluscream commented 3 years ago

You can use a translator on the german sites

Mats324 commented 3 years ago

It doesn't always work and sometimes when you use it it takes you back to the home page

Mats324 commented 3 years ago

Of you I want I can show you the so you can help me