mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -05:00
Compare commits
7 Commits
V3/feature
...
3.1.8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6b5bcdfe74 | ||
|
|
2bd082e8f2 | ||
|
|
7d36cc8366 | ||
|
|
9fc0e627ee | ||
|
|
989e16b20b | ||
|
|
1c648abea2 | ||
|
|
11d87067aa |
@@ -173,7 +173,7 @@ class VersionInfo:
|
||||
)
|
||||
|
||||
|
||||
__version__ = "3.1.5"
|
||||
__version__ = "3.1.8"
|
||||
version_info = VersionInfo.from_str(__version__)
|
||||
|
||||
# Filter fuzzywuzzy slow sequence matcher warning
|
||||
|
||||
@@ -17,7 +17,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"
|
||||
|
||||
@@ -35,7 +35,7 @@ install_requires =
|
||||
Click==7.0
|
||||
colorama==0.4.1
|
||||
contextlib2==0.5.5
|
||||
discord.py==1.2.3
|
||||
discord.py==1.2.5
|
||||
distro==1.4.0; sys_platform == "linux"
|
||||
fuzzywuzzy==0.17.0
|
||||
idna==2.8
|
||||
@@ -45,7 +45,7 @@ install_requires =
|
||||
Red-Lavalink==0.3.0
|
||||
schema==0.7.0
|
||||
tqdm==4.32.2
|
||||
uvloop==0.12.2; sys_platform != "win32" and platform_python_implementation == "CPython"
|
||||
uvloop==0.14.0; sys_platform != "win32" and platform_python_implementation == "CPython"
|
||||
websockets==6.0
|
||||
yarl==1.3.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user