README.md
setup.py
src/create_discord_bot.egg-info/PKG-INFO
src/create_discord_bot.egg-info/SOURCES.txt
src/create_discord_bot.egg-info/dependency_links.txt
src/create_discord_bot.egg-info/entry_points.txt
src/create_discord_bot.egg-info/not-zip-safe
src/create_discord_bot.egg-info/requires.txt
src/create_discord_bot.egg-info/top_level.txt
src/creatediscordbot/__init__.py
src/creatediscordbot/discordbot.py
src/creatediscordbot/templater.py
src/creatediscordbot/utils.py
src/creatediscordbot/bot_template/.env
src/creatediscordbot/bot_template/.env.debug
src/creatediscordbot/bot_template/.gitignore
src/creatediscordbot/bot_template/__init__.py
src/creatediscordbot/bot_template/logger.prod.yml
src/creatediscordbot/bot_template/logger.yml
src/creatediscordbot/bot_template/main.py
src/creatediscordbot/bot_template/requirements.txt
src/creatediscordbot/bot_template/settings.py
src/creatediscordbot/bot_template/cogs/__init__.py
src/creatediscordbot/bot_template/cogs/admin/__init__.py
src/creatediscordbot/bot_template/cogs/admin/admin.py
src/creatediscordbot/bot_template/cogs/admin/controller.py
src/creatediscordbot/bot_template/cogs/admin/converter.py
src/creatediscordbot/bot_template/cogs/admin/model.py
src/creatediscordbot/bot_template/cogs/admin/tests/__init__.py
src/creatediscordbot/bot_template/cogs/admin/tests/test_controller.py
src/creatediscordbot/bot_template/cogs/admin/tests/test_converter.py
src/creatediscordbot/bot_template/cogs/admin/tests/test_model.py
src/creatediscordbot/bot_template/settings_files/__init__.py
src/creatediscordbot/bot_template/settings_files/_global.py
src/creatediscordbot/bot_template/settings_files/development.py
src/creatediscordbot/bot_template/settings_files/production.py
src/creatediscordbot/bot_template/uncategorised_commands/__init__.py
src/creatediscordbot/bot_template/uncategorised_commands/command.py-temp
src/creatediscordbot/bot_template/uncategorised_commands/loader.py
src/creatediscordbot/cog_template/__init__.py
src/creatediscordbot/cog_template/cog_bare.py-temp
src/creatediscordbot/cog_template/cog_full.py-temp
src/creatediscordbot/cog_template/controller.py-temp
src/creatediscordbot/cog_template/converter.py
src/creatediscordbot/cog_template/model.py
src/creatediscordbot/cog_template/tests/__init__.py
src/creatediscordbot/cog_template/tests/test_controller.py
src/creatediscordbot/cog_template/tests/test_converter.py
src/creatediscordbot/cog_template/tests/test_model.py
src/creatediscordbot/docker_templates/Dockerfile.temp
src/creatediscordbot/docker_templates/docker-compose-dev.yml-temp
src/creatediscordbot/docker_templates/docker-compose.yml-temp