From 376886902036f96362a72cebafd892959b7b7582 Mon Sep 17 00:00:00 2001 From: RGBCube <78925721+RGBCube@users.noreply.github.com> Date: Mon, 6 Jun 2022 09:49:11 +0000 Subject: [PATCH] change run file --- .replit | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.replit b/.replit index 4c2e064..6ab0ace 100644 --- a/.replit +++ b/.replit @@ -1 +1,3 @@ -run = "pip install -Ur requirements.txt && python bot.py" \ No newline at end of file +run="python3 bot.py" +language="python3" +onBoot="pip3 install -r requirements.txt" \ No newline at end of file