mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 17:32:31 -05:00
Update Lavalink.jar, Red-Lavalink and make changes to support it (#5474)
* Lavalink error handling update * comment typo * address review * Update redbot/cogs/audio/core/events/lavalink.py * Bump jar version * Bump RLL version Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
@@ -23,8 +23,8 @@ from .utils import task_callback
|
||||
|
||||
_ = Translator("Audio", pathlib.Path(__file__))
|
||||
log = logging.getLogger("red.Audio.manager")
|
||||
JAR_VERSION: Final[str] = "3.3.2.3"
|
||||
JAR_BUILD: Final[int] = 1239
|
||||
JAR_VERSION: Final[str] = "3.4.0"
|
||||
JAR_BUILD: Final[int] = 1275
|
||||
LAVALINK_DOWNLOAD_URL: Final[str] = (
|
||||
"https://github.com/Cog-Creators/Lavalink-Jars/releases/download/"
|
||||
f"{JAR_VERSION}_{JAR_BUILD}/"
|
||||
|
||||
Reference in New Issue
Block a user