mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
jar-bump (#3291)
This commit is contained in:
parent
ab3b567cd8
commit
25f0c37a20
3
changelog.d/audio/3291.dep.rst
Normal file
3
changelog.d/audio/3291.dep.rst
Normal file
@ -0,0 +1,3 @@
|
||||
Lavalink Jar update
|
||||
|
||||
We still want more to be handled, but soundcloud is working again.
|
||||
@ -19,8 +19,8 @@ from redbot.core import data_manager
|
||||
from .errors import LavalinkDownloadFailed
|
||||
|
||||
log = logging.getLogger("red.audio.manager")
|
||||
JAR_VERSION = "3.2.1"
|
||||
JAR_BUILD = 846
|
||||
JAR_VERSION = "3.2.2"
|
||||
JAR_BUILD = 963
|
||||
LAVALINK_DOWNLOAD_URL = (
|
||||
f"https://github.com/Cog-Creators/Lavalink-Jars/releases/download/{JAR_VERSION}_{JAR_BUILD}/"
|
||||
"Lavalink.jar"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user