.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
mypy.ini
pyproject.toml
.github/workflows/codeql.yml
.github/workflows/publish.yml
.github/workflows/scorecard.yml
.github/workflows/tests.yml
examples/checks.py
examples/config.yaml
examples/cooldown.py
examples/error.py
examples/ping.py
examples/reaction.py
examples/scheduler.py
matrix/__init__.py
matrix/bot.py
matrix/checks.py
matrix/command.py
matrix/config.py
matrix/context.py
matrix/errors.py
matrix/group.py
matrix/message.py
matrix/room.py
matrix/scheduler.py
matrix/help/__init__.py
matrix/help/help_command.py
matrix/help/pagination.py
matrix_python.egg-info/PKG-INFO
matrix_python.egg-info/SOURCES.txt
matrix_python.egg-info/dependency_links.txt
matrix_python.egg-info/requires.txt
matrix_python.egg-info/top_level.txt
tests/config_fixture.yaml
tests/config_fixture_token.yaml
tests/test_bot.py
tests/test_command.py
tests/test_config.py
tests/test_context.py
tests/test_group.py
tests/test_help.py
tests/test_message.py
tests/test_room.py
tests/help/test_default_help_command.py
tests/help/test_help_command.py
tests/help/test_pagination.py