jykob / TSBot

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

Command self check #49

Closed jykob closed 2 months ago

jykob commented 2 months ago

Change bot's self-check from uid to clid.

This allows clients that share the same identity (uid) with the bot, to interact with it.

Closes #47