This repository has been archived on 2022-06-13. You can view files and clone it, but cannot push or open issues or pull requests.
KassouBot/start.bat

8 lines
229 B
Batchfile
Raw Normal View History

@echo off
2021-08-14 15:08:00 +02:00
echo "Starting Lavalink server..."
2021-08-14 16:15:08 +02:00
cd lavalink
2021-08-14 15:08:00 +02:00
RUN "java -Djdk.tls.client.protocols=TLSv1.3 -Xmx3G -jar Lavalink.jar 1>/dev/null &" # showing only stderror
echo "Starting Discord bot..."
2021-08-14 16:15:08 +02:00
cd ..
RUN "python -u ./main.py"