mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
[Audio] Update Lavalink.jar build (#4683)
This commit is contained in:
parent
e8aef1e923
commit
2f18133a93
@ -23,8 +23,8 @@ 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.1.4"
|
JAR_VERSION: Final[str] = "3.3.2.2"
|
||||||
JAR_BUILD: Final[int] = 1132
|
JAR_BUILD: Final[int] = 1170
|
||||||
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}/"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user