From 7d6c62516e3b396aa1495b712387c127cbd4c5ec Mon Sep 17 00:00:00 2001 From: ElBe <90863907+ElBe-Plaq@users.noreply.github.com> Date: Thu, 12 Jan 2023 10:18:48 +0100 Subject: [PATCH] Create run.bash --- run.bash | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 run.bash diff --git a/run.bash b/run.bash new file mode 100644 index 0000000..a041aa4 --- /dev/null +++ b/run.bash @@ -0,0 +1,4 @@ +pip3 install -r requirements.txt || echo "PIP is required to install requirements.txt" +clear +cd Bot +python3 bot.py