1
Fork 0
mirror of https://github.com/RGBCube/minearchy-bot synced 2025-07-27 08:57:46 +00:00

change run file

This commit is contained in:
RGBCube 2022-06-06 09:49:11 +00:00
parent 1b216c694a
commit 3768869020

View file

@ -1 +1,3 @@
run = "pip install -Ur requirements.txt && python bot.py" run="python3 bot.py"
language="python3"
onBoot="pip3 install -r requirements.txt"