Update to Lavalink 3.4
This commit is contained in:
parent
570730f3ae
commit
c39d9220a0
3 changed files with 3 additions and 3 deletions
|
@ -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`
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue