diff --git a/start_bot.bat b/start_bot.bat index 17678238..6031d30a 100644 --- a/start_bot.bat +++ b/start_bot.bat @@ -3,7 +3,7 @@ chcp 65001 echo. pushd %~dp0 -::Attempts to start py launcher without relying on PATH +::Attempts to start py launcher by not relying on PATH %SYSTEMROOT%\py.exe --version > NUL 2>&1 IF %ERRORLEVEL% NEQ 0 GOTO attempt %SYSTEMROOT%\py.exe -3 selfbot.py @@ -18,7 +18,7 @@ py.exe -3 selfbot.py PAUSE GOTO end -::As a last resort, attempts to start whatever Python there is +::As a last resort, attempts to start whichever version of Python there is :lastattempt python.exe --version > NUL 2>&1 IF %ERRORLEVEL% NEQ 0 GOTO message