xempire1 / START.bat
yasir68's picture
Upload folder using huggingface_hub (#1)
e26cd2e verified
raw
history blame
176 Bytes
@echo off
echo Activating virtual environment...
title MuskEmpire
call venv\Scripts\activate
echo Starting git pull
git pull
echo Starting the bot...
python main.py -a 2
pause