Update to Lavalink 3.4

This commit is contained in:
Mylloon 2021-11-01 22:44:15 +01:00
parent 570730f3ae
commit c39d9220a0
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Docker image for the [bot discord "Kassoubot"](https://gitlab.com/ConfrerieDuKassoulait/KassouBot) using [AdoptOpenJDK](https://adoptopenjdk.net/?variant=openjdk16&jvmVariant=openj9) 16 (Open J9)
## Version **3.3.2.5**
## Version **3.4**
### To use the docker image
Simply use this image: `registry.gitlab.com/confreriedukassoulait/lavalink:latest`

View file

@ -1 +1 @@
powershell -command "Invoke-WebRequest -Uri https://github.com/freyacodes/Lavalink/releases/download/3.3.2.5/Lavalink.jar -OutFile Lavalink.jar"
powershell -command "Invoke-WebRequest -Uri https://github.com/freyacodes/Lavalink/releases/download/3.4/Lavalink.jar -OutFile Lavalink.jar"

View file

@ -1 +1 @@
curl -Lo Lavalink.jar https://github.com/freyacodes/Lavalink/releases/download/3.3.2.5/Lavalink.jar
curl -Lo Lavalink.jar https://github.com/freyacodes/Lavalink/releases/download/3.4/Lavalink.jar