[ENHANCEMENT] Add run scripts #34

Merged
ElBe-Plaq merged 2 commits from dev into main 2023-01-12 09:21:35 +00:00
Showing only changes of commit c44d9a2cef - Show all commits

5
run.bat Normal file
View File

@ -0,0 +1,5 @@
@echo off
pip install -r requirements.txt
cls
cd Bot
python bot.py