Clean project copy for running, testing, and deploying femboibot without the legacy reference subtree or local machine artifacts.
discord_bot/runtime bot code, prompts, locales, modes, and bundled assetstests/automated testsdeploy/deployment scripts and service files.gitignoreminimal root ignore rules
- legacy reference code subtree
.venv/.pytest_cache/__pycache__/and.pycfiles- local secret file
discord_bot/.env - runtime log files under
discord_bot/logs/ - the copied local avatar artifact
discord_bot/data/avatars/34ea1d50-431b-4df0-b6e8-5e06e8d0bb26.jpg - unrelated repo docs and analysis files outside runtime, tests, and deploy
cd discord_bot
python -m pip install -r requirements.txt
python main.pyCreate discord_bot/.env from discord_bot/.env.example before starting the bot.
Run from the sanitized project root:
python -m pytest tests -qSee deploy/README.md and the scripts in deploy/.