LICENSE
README.md
pyproject.toml
src/discord_self_bot_tester/__init__.py
src/discord_self_bot_tester/bot.py
src/discord_self_bot_tester.egg-info/PKG-INFO
src/discord_self_bot_tester.egg-info/SOURCES.txt
src/discord_self_bot_tester.egg-info/dependency_links.txt
src/discord_self_bot_tester.egg-info/requires.txt
src/discord_self_bot_tester.egg-info/top_level.txt
src/discord_self_bot_tester/assertions/__init__.py
src/discord_self_bot_tester/assertions/_base.py
src/discord_self_bot_tester/assertions/autocomplete.py
src/discord_self_bot_tester/assertions/message.py
src/discord_self_bot_tester/gateway/__init__.py
src/discord_self_bot_tester/gateway/_base.py
src/discord_self_bot_tester/gateway/autocomplete.py
src/discord_self_bot_tester/gateway/message.py
src/discord_self_bot_tester/gateway/ws.py
src/discord_self_bot_tester/requests/__init__.py
src/discord_self_bot_tester/requests/_base.py
src/discord_self_bot_tester/requests/commands.py
src/discord_self_bot_tester/requests/events.py
src/discord_self_bot_tester/requests/reactions.py
tests/test_core.py