jykob / TSBot

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

Remove tasks decorators #27

Closed jykob closed 5 months ago

jykob commented 5 months ago

Since tasks handling is started before the bot is connected, these decorators can cause confusion. To register tasks on connection, use on("ready) event handlers to register the task.