jykob / TSBot

Asynchronous framework to build TeamSpeak 3 Server Query bots
https://tsbot.readthedocs.io
MIT License
6 stars 3 forks source link

feat: add option to specify bot nickname #41

Closed jykob closed 4 months ago

jykob commented 4 months ago

Adds an option to set client nickname when defining TSBot instance. When the bot joins the server (sends use {server_id}), checks if nickname provided and adds it as client_nickname parameter.

This helps clients to avoid sending clientedit clid={bots_clid} client_nickname={nickname} later on in ready events or such.