This commit is contained in:
Michael H 2020-01-09 09:38:34 -05:00 committed by GitHub
parent ab3b567cd8
commit 25f0c37a20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -0,0 +1,3 @@
Lavalink Jar update
We still want more to be handled, but soundcloud is working again.

View File

@ -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"