Merge 3.1.7 (#3098)

* uvloop + python3.8

* Lavalink bump to 3.2.1_846

* [Release] 3.1.7

- Handles a dependency issue for python3.8
- Updates the Lavalink jar used
  - This include's Nin's stat fix
  - Streaming from Soundcloud is working again, at least for now.

* 3.1.7
This commit is contained in:
Michael H
2019-11-05 08:13:32 -05:00
committed by GitHub
parent ddd9c4c6b0
commit b8cbaa2fa0
3 changed files with 5 additions and 3 deletions

View File

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