mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-12 06:08:55 -05:00
Update Lavalink.jar version (#4055)
This commit is contained in:
parent
ff1f7362ee
commit
07dcf38291
@ -20,7 +20,7 @@ from .errors import LavalinkDownloadFailed
|
||||
|
||||
log = logging.getLogger("red.audio.manager")
|
||||
JAR_VERSION: Final[str] = "3.3.1"
|
||||
JAR_BUILD: Final[int] = 1050
|
||||
JAR_BUILD: Final[int] = 1068
|
||||
LAVALINK_DOWNLOAD_URL: Final[str] = (
|
||||
"https://github.com/Cog-Creators/Lavalink-Jars/releases/download/"
|
||||
f"{JAR_VERSION}_{JAR_BUILD}/"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user