Skip to content

Commit

Permalink
[Audio] Update Lavalink.jar build (Cog-Creators#6340)
Browse files Browse the repository at this point in the history
  • Loading branch information
aikaterna authored Apr 1, 2024
1 parent ad9e00d commit 1c863c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redbot/cogs/audio/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def __ge__(self, other: object) -> bool:


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

0 comments on commit 1c863c7

Please sign in to comment.