LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
docs/requirements.txt
novacordpy/__init__.py
novacordpy/blacklist.py
novacordpy/bot.py
novacordpy/components.py
novacordpy/emb.py
novacordpy/enums.py
novacordpy/errors.py
novacordpy/i18n.py
novacordpy/logs.py
novacordpy/times.py
novacordpy/utils.py
novacordpy.egg-info/PKG-INFO
novacordpy.egg-info/SOURCES.txt
novacordpy.egg-info/dependency_links.txt
novacordpy.egg-info/requires.txt
novacordpy.egg-info/top_level.txt
novacordpy/cogs/blacklist.py
novacordpy/cogs/help.py
novacordpy/cogs/status_changer.py
novacordpy/cogs/dpy/blacklist_setup.py
novacordpy/cogs/dpy/help_setup.py
novacordpy/cogs/dpy/status_changer_setup.py
novacordpy/cogs/pyc/blacklist_setup.py
novacordpy/cogs/pyc/help_setup.py
novacordpy/cogs/pyc/status_changer_setup.py
novacordpy/internal/__init__.py
novacordpy/internal/colors.py
novacordpy/internal/config.py
novacordpy/internal/embed_templates.py
novacordpy/internal/ready_style.py
novacordpy/internal/translation.py
novacordpy/internal/dc/__init__.py
novacordpy/internal/dc/dc_imports.py
novacordpy/internal/language/de.json
novacordpy/internal/language/en.json
novacordpy/internal/language/languages.py
novacordpy/sql/__init__.py
novacordpy/sql/fake_pg.py
novacordpy/sql/postgresql.py
novacordpy/sql/sqlite.py
tests/test_general.py
tests/test_times.py
tests/test_utils.py