[3.4] [Audio] Update Lavalink.jar build (#5233) (#5286)

(cherry picked from commit 17d24b28f1)

Co-authored-by: aikaterna <20862007+aikaterna@users.noreply.github.com>

Co-authored-by: aikaterna <20862007+aikaterna@users.noreply.github.com>
This commit is contained in:
Red-GitHubBot
2021-09-08 22:18:20 +02:00
committed by GitHub
parent dcee2077c0
commit 58158ff024

View File

@@ -24,7 +24,7 @@ from .utils import task_callback
_ = Translator("Audio", pathlib.Path(__file__)) _ = Translator("Audio", pathlib.Path(__file__))
log = logging.getLogger("red.Audio.manager") log = logging.getLogger("red.Audio.manager")
JAR_VERSION: Final[str] = "3.3.2.3" JAR_VERSION: Final[str] = "3.3.2.3"
JAR_BUILD: Final[int] = 1233 JAR_BUILD: Final[int] = 1238
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}_{JAR_BUILD}/" f"{JAR_VERSION}_{JAR_BUILD}/"