mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2026-05-12 11:08:23 -04:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 11d87067aa | |||
| 6c9c57c14d | |||
| 404c5f6dc0 |
+1
-2
@@ -3,7 +3,6 @@ import sys as _sys
|
|||||||
import warnings as _warnings
|
import warnings as _warnings
|
||||||
from math import inf as _inf
|
from math import inf as _inf
|
||||||
from typing import (
|
from typing import (
|
||||||
Any as _Any,
|
|
||||||
ClassVar as _ClassVar,
|
ClassVar as _ClassVar,
|
||||||
Dict as _Dict,
|
Dict as _Dict,
|
||||||
List as _List,
|
List as _List,
|
||||||
@@ -174,7 +173,7 @@ class VersionInfo:
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
__version__ = "3.1.4"
|
__version__ = "3.1.6"
|
||||||
version_info = VersionInfo.from_str(__version__)
|
version_info = VersionInfo.from_str(__version__)
|
||||||
|
|
||||||
# Filter fuzzywuzzy slow sequence matcher warning
|
# Filter fuzzywuzzy slow sequence matcher warning
|
||||||
|
|||||||
@@ -16,8 +16,8 @@ from tqdm import tqdm
|
|||||||
from redbot.core import data_manager
|
from redbot.core import data_manager
|
||||||
from .errors import LavalinkDownloadFailed
|
from .errors import LavalinkDownloadFailed
|
||||||
|
|
||||||
JAR_VERSION = "3.2.0.3"
|
JAR_VERSION = "3.2.1"
|
||||||
JAR_BUILD = 796
|
JAR_BUILD = 823
|
||||||
LAVALINK_DOWNLOAD_URL = (
|
LAVALINK_DOWNLOAD_URL = (
|
||||||
f"https://github.com/Cog-Creators/Lavalink-Jars/releases/download/{JAR_VERSION}_{JAR_BUILD}/"
|
f"https://github.com/Cog-Creators/Lavalink-Jars/releases/download/{JAR_VERSION}_{JAR_BUILD}/"
|
||||||
f"Lavalink.jar"
|
f"Lavalink.jar"
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ install_requires =
|
|||||||
Click==7.0
|
Click==7.0
|
||||||
colorama==0.4.1
|
colorama==0.4.1
|
||||||
contextlib2==0.5.5
|
contextlib2==0.5.5
|
||||||
discord.py==1.2.3
|
discord.py==1.2.4
|
||||||
distro==1.4.0; sys_platform == "linux"
|
distro==1.4.0; sys_platform == "linux"
|
||||||
fuzzywuzzy==0.17.0
|
fuzzywuzzy==0.17.0
|
||||||
idna==2.8
|
idna==2.8
|
||||||
|
|||||||
Reference in New Issue
Block a user