diff --git a/render.yaml b/render.yaml index 37f972b..cb64096 100644 --- a/render.yaml +++ b/render.yaml @@ -3,8 +3,8 @@ services: plan: free name: LedyMusicBot env: python - buildCommand: pip install -r requirements.txt - startCommand: gunicorn App & python3 bot.py + buildCommand: pip3 install --no-cache-dir -U -r requirements.txt + startCommand: /bin/sh -c python3\ main.py repo: https://github.com/tecnoagateam/LedyMusicBot.git branch: web envVars: