Egg_bot / scripts /run_bot.bat
Sanjay kumar K
protmp update
0ce316d
Raw
History Blame Contribute Delete
153 Bytes
@echo off
cd /d %~dp0\..
echo Running Egg Helper Bot...
if exist .venv\Scripts\python.exe (
.venv\Scripts\python.exe run.py
) else (
python run.py
)