File size: 86 Bytes
0812aec
 
 
 
 
1
2
3
4
5
6
@echo off
cd /d "%~dp0"
pip install -r requirements.txt >nul 2>&1
python bot.py
pause