Update 1 #35

Merged
ElBe-Plaq merged 5 commits from main into dev 2023-01-12 09:23:58 +00:00
2 changed files with 9 additions and 0 deletions
Showing only changes of commit 2ce1ceee43 - Show all commits

4
run.bash Normal file
View File

@ -0,0 +1,4 @@
pip3 install -r requirements.txt || echo "PIP is required to install requirements.txt"
clear
cd Bot
python3 bot.py

5
run.bat Normal file
View File

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