.appveyor.yml
.coveragerc
.editorconfig
.readthedocs.yml
.travis.yml
AUTHORS.rst
CODE_OF_CONDUCT.md
DESCRIPTION.rst
LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
tox.ini
.github/FUNDING.yml
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
Erin.egg-info/PKG-INFO
Erin.egg-info/SOURCES.txt
Erin.egg-info/dependency_links.txt
Erin.egg-info/entry_points.txt
Erin.egg-info/requires.txt
Erin.egg-info/top_level.txt
ci/appveyor-bootstrap.py
ci/appveyor-download.py
ci/appveyor-with-compiler.cmd
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/requirements.txt
docs/_static/.gitignore
docs/_static/images/click_to_reveal.png
docs/_static/images/create_app_discord.png
docs/_static/images/create_bot_user.png
docs/_static/images/get_client_id.png
docs/api/erin.cli.rst
docs/api/erin.core.rst
docs/api/erin.db.drivers.rst
docs/api/erin.db.rst
docs/api/erin.rst
docs/api/modules.rst
docs/handbook/index.rst
docs/handbook/introduction.rst
docs/handbook/plugins.rst
docs/handbook/tutorials/index.rst
docs/handbook/tutorials/advanced/index.rst
docs/handbook/tutorials/basic/index.rst
docs/handbook/tutorials/intermediate/index.rst
docs/handbook/tutorials/intermediate/tags.rst
docs/installation/bot.rst
docs/installation/database.rst
docs/installation/index.rst
docs/manual/index.rst
docs/manual/usage.rst
erin/__init__.py
erin/__main__.py
erin/app.py
erin/client.py
erin/utils.py
erin/cli/__init__.py
erin/cli/scaffold.py
erin/cli/start.py
erin/core/__init__.py
erin/core/exceptions.py
erin/core/loggers.py
erin/core/schema.py
erin/core/utils.py
erin/db/__init__.py
erin/db/abc.py
erin/db/drivers/__init__.py
erin/db/drivers/mongo.py
tests/__init__.py
tests/common.py
tests/test_configs.py
tests/test_main.py
tests/test_plugins.py
tests/fake_plugins/__init__.py
tests/fake_plugins/broken/__init__.py
tests/fake_plugins/broken/broken_extension.py
tests/fake_plugins/core/__init__.py
tests/fake_plugins/core/error/__init__.py
tests/fake_plugins/core/error/command_error_handler.py
tests/fake_plugins/core/navigation/__init__.py
tests/fake_plugins/core/navigation/help.py
tests/fake_plugins/core/navigation/paginator.py
tests/fake_plugins/core/startup/__init__.py
tests/fake_plugins/core/startup/login.py
tests/fake_plugins/schema/__init__.py
tests/fake_plugins/schema/schema_extension.py