better comment

This commit is contained in:
Mylloon 2021-08-14 20:16:02 +02:00
parent 7471ccae0e
commit 8a3d9de631

View file

@ -12,7 +12,7 @@ if "%ERRORLEVEL%" == "0" (
echo "Lavaling already started."
) else (
echo "Starting Lavalink server..."
start java -Djdk.tls.client.protocols=TLSv1.3 -Xmx3G -jar Lavalink.jar 1> NUL & REM showing only stderror
start java -Djdk.tls.client.protocols=TLSv1.3 -Xmx3G -jar Lavalink.jar REM Starting the server in another window
)
cd ..
echo "Starting Discord bot..."