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.sh

7 lines
184 B
Bash
Raw Normal View History

#!/usr/bin/env bash
echo "Starting Lavalink server and waiting 20s..."
java -jar Lavalink/Lavalink.jar 1>/dev/null & # showing only stderror
sleep 20
echo "Done."
python3 -u ./main.py