[Audio] Update Lavalink.jar build (#6221)

This commit is contained in:
aikaterna 2023-08-11 19:50:43 -07:00 committed by GitHub
parent 483682dfb5
commit e8c89d4d08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -264,7 +264,7 @@ class LavalinkVersion:
class ServerManager: class ServerManager:
JAR_VERSION: Final[str] = LavalinkVersion(3, 7, 5) JAR_VERSION: Final[str] = LavalinkVersion(3, 7, 8)
LAVALINK_DOWNLOAD_URL: Final[str] = ( LAVALINK_DOWNLOAD_URL: Final[str] = (
"https://github.com/Cog-Creators/Lavalink-Jars/releases/download/" "https://github.com/Cog-Creators/Lavalink-Jars/releases/download/"
f"{JAR_VERSION}/" f"{JAR_VERSION}/"