Merge V3/release/3.1.5 into V3/develop

This commit is contained in:
Toby Harradine
2019-07-31 09:43:35 +10:00
committed by GitHub
2 changed files with 3 additions and 4 deletions

View File

@@ -16,8 +16,8 @@ from tqdm import tqdm
from redbot.core import data_manager
from .errors import LavalinkDownloadFailed
JAR_VERSION = "3.2.0.3"
JAR_BUILD = 796
JAR_VERSION = "3.2.1"
JAR_BUILD = 823
LAVALINK_DOWNLOAD_URL = (
f"https://github.com/Cog-Creators/Lavalink-Jars/releases/download/{JAR_VERSION}_{JAR_BUILD}/"
f"Lavalink.jar"