Create run.bash

This commit is contained in:
ElBe 2023-01-12 10:18:48 +01:00 committed by GitHub
parent c44d9a2cef
commit 7d6c62516e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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