File size: 122 Bytes
09b15bb
 
 
 
 
 
1
2
3
4
5
6
7
@echo off
echo Activating virtual environment...
call venv\Scripts\activate
echo Starting the bot...
python main.py
pause