Troubleshooting
Troubleshooting
- If you get "command not found" errors for
python
, try usingpython3
instead (or vice versa). - If you get "ModuleNotFoundError", make sure your virtual environment is activated and dependencies are installed.
- If your bot isn't responding after running
main.py
, double-check your.env
variables.