python -m venv .venv # Windows .venv\Scripts\activate # Linux/macOS source .venv/bin/activate pip install discord.py aiohttp python-dotenv