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/src/start.bat

7 lines
190 B
Batchfile
Raw Normal View History

@echo off
echo "Starting Lavalink server and waiting 20s..."
RUN "java -jar Lavalink/Lavalink.jar 1>/dev/null &" # showing only stderror
timeout /t 30
echo "Done."
RUN "python -u ./main.py"