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