Skip to content

Commit 1c863c7

Browse files
authored
[Audio] Update Lavalink.jar build (Cog-Creators#6340)
1 parent ad9e00d commit 1c863c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redbot/cogs/audio/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def __ge__(self, other: object) -> bool:
294294

295295

296296
class ServerManager:
297-
JAR_VERSION: Final[str] = LavalinkVersion(3, 7, 11)
297+
JAR_VERSION: Final[str] = LavalinkVersion(3, 7, 11, red=2)
298298
LAVALINK_DOWNLOAD_URL: Final[str] = (
299299
"https://github.com/Cog-Creators/Lavalink-Jars/releases/download/"
300300
f"{JAR_VERSION}/"

0 commit comments

Comments
 (0)