From bbd71cf6e3110db04e93aae1afb33f86b244d246 Mon Sep 17 00:00:00 2001 From: Red-GitHubBot <88117545+Red-GitHubBot@users.noreply.github.com> Date: Sat, 4 Jun 2022 03:00:29 +0200 Subject: [PATCH] [3.4] [Audio] Update Lavalink.jar build (#5712) (#5714) (cherry picked from commit 1e8f4fc2a2ae9d58701103101018a1fe3e2e49b1) Co-authored-by: aikaterna <20862007+aikaterna@users.noreply.github.com> Co-authored-by: aikaterna <20862007+aikaterna@users.noreply.github.com> Co-authored-by: Jakub Kuczys <6032823+jack1142@users.noreply.github.com> --- redbot/cogs/audio/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/cogs/audio/manager.py b/redbot/cogs/audio/manager.py index 3e7137fcd..12596c14b 100644 --- a/redbot/cogs/audio/manager.py +++ b/redbot/cogs/audio/manager.py @@ -24,7 +24,7 @@ from .utils import task_callback _ = Translator("Audio", pathlib.Path(__file__)) log = logging.getLogger("red.Audio.manager") JAR_VERSION: Final[str] = "3.4.0" -JAR_BUILD: Final[int] = 1275 +JAR_BUILD: Final[int] = 1347 LAVALINK_DOWNLOAD_URL: Final[str] = ( "https://github.com/Cog-Creators/Lavalink-Jars/releases/download/" f"{JAR_VERSION}_{JAR_BUILD}/"