diff --git a/bot/run.sh b/bot/run.sh index 346a036..34c63c2 100644 --- a/bot/run.sh +++ b/bot/run.sh @@ -5,4 +5,4 @@ # 2022, created by Specoolazius cd ~/mcserver-discordbot/bot || exit; -sudo python3.10 -O run.py +python3 -O run.py