.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
mypy.ini
pyproject.toml
.github/dependabot.yml
.github/workflows/CODEOWNERS
.github/workflows/codeql.yml
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/scorecard.yml
.github/workflows/tests.yml
docs/mkdocs.yml
docs/docs/index.md
docs/docs/examples/checks.md
docs/docs/examples/cooldown.md
docs/docs/examples/error-handling.md
docs/docs/examples/extension.md
docs/docs/examples/index.md
docs/docs/examples/ping.md
docs/docs/examples/reaction.md
docs/docs/examples/scheduler.md
docs/docs/guides/bigger-bot.md
docs/docs/guides/checks.md
docs/docs/guides/commands.md
docs/docs/guides/configuration.md
docs/docs/guides/error-handling.md
docs/docs/guides/events.md
docs/docs/guides/groups.md
docs/docs/guides/index.md
docs/docs/guides/introduction.md
docs/docs/img/favicon.svg
docs/docs/img/matrixpy-black.svg
docs/docs/img/matrixpy-white.svg
docs/docs/reference/bot.md
docs/docs/reference/checks.md
docs/docs/reference/command.md
docs/docs/reference/config.md
docs/docs/reference/content.md
docs/docs/reference/context.md
docs/docs/reference/errors.md
docs/docs/reference/extension.md
docs/docs/reference/group.md
docs/docs/reference/message.md
docs/docs/reference/protocols.md
docs/docs/reference/registry.md
docs/docs/reference/room.md
docs/docs/reference/scheduler.md
docs/docs/reference/types.md
docs/docs/stylesheets/extra.css
examples/README.md
examples/checks.py
examples/config.yaml
examples/cooldown.py
examples/error_handling.py
examples/extension.py
examples/ping.py
examples/reaction.py
examples/scheduler.py
matrix/__init__.py
matrix/_version.py
matrix/bot.py
matrix/checks.py
matrix/command.py
matrix/config.py
matrix/content.py
matrix/context.py
matrix/errors.py
matrix/extension.py
matrix/group.py
matrix/message.py
matrix/protocols.py
matrix/py.typed
matrix/registry.py
matrix/room.py
matrix/scheduler.py
matrix/types.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/test_bot.py
tests/test_command.py
tests/test_config.py
tests/test_context.py
tests/test_extension.py
tests/test_group.py
tests/test_message.py
tests/test_registry.py
tests/test_room.py
tests/help/test_default_help_command.py
tests/help/test_help_command.py
tests/help/test_pagination.py