mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Update Lavalink.jar build (#4504)
This commit is contained in:
parent
009dc9ae4d
commit
963b8b0d29
@ -22,8 +22,8 @@ from .errors import LavalinkDownloadFailed
|
||||
from .utils import task_callback
|
||||
|
||||
log = logging.getLogger("red.audio.manager")
|
||||
JAR_VERSION: Final[str] = "3.3.1"
|
||||
JAR_BUILD: Final[int] = 1069
|
||||
JAR_VERSION: Final[str] = "3.3.1.4"
|
||||
JAR_BUILD: Final[int] = 1115
|
||||
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