info
This commit is contained in:
parent
7657e31971
commit
1792ba1fcb
1 changed files with 2 additions and 0 deletions
|
@ -5,3 +5,5 @@ java -Djdk.tls.client.protocols=TLSv1.3 -Xmx3G -jar Lavalink.jar 1> /dev/null &
|
||||||
echo "Starting Discord bot..."
|
echo "Starting Discord bot..."
|
||||||
cd ..
|
cd ..
|
||||||
python3 -u ./main.py
|
python3 -u ./main.py
|
||||||
|
|
||||||
|
# if you want to kill the java process, do this command: pkill -9 -f Lavalink.jar
|
||||||
|
|
Reference in a new issue