LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
tsbot/__init__.py
tsbot/bot.py
tsbot/cache.py
tsbot/client_info.py
tsbot/connection.py
tsbot/enums.py
tsbot/exceptions.py
tsbot/formatter.py
tsbot/plugin.py
tsbot/query_builder.py
tsbot/ratelimiter.py
tsbot/response.py
tsbot/typealiases.py
tsbot/utils.py
tsbot.egg-info/PKG-INFO
tsbot.egg-info/SOURCES.txt
tsbot.egg-info/dependency_links.txt
tsbot.egg-info/not-zip-safe
tsbot.egg-info/requires.txt
tsbot.egg-info/top_level.txt
tsbot/commands/__init__.py
tsbot/commands/handler.py
tsbot/commands/tscommand.py
tsbot/default_plugins/__init__.py
tsbot/default_plugins/help.py
tsbot/default_plugins/keepalive.py
tsbot/events/__init__.py
tsbot/events/handler.py
tsbot/events/tsevent.py
tsbot/events/tsevent_handler.py