AutoDownload lavalink server
This commit is contained in:
parent
20fa0d1132
commit
8c627e4ebe
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
echo "Starting Lavalink server..."
|
||||
cd lavalink
|
||||
[-f Lavalink.jar] || chmod u+x download.sh && ./download.sh
|
||||
java -Djdk.tls.client.protocols=TLSv1.3 -Xmx3G -jar Lavalink.jar 1> /dev/null & # showing only stderror
|
||||
echo "Starting Discord bot..."
|
||||
cd ..
|
||||
|
|
Reference in a new issue