mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2026-01-20 23:22:58 -05:00
Bump Lavalink.jar version and update the default application.yml (#5823)
* Bump Lavalink.jar version * Update the default Lavalink YAML file * Let's add schema migration too... * Fix migration (but still actually untested)
This commit is contained in:
@@ -51,7 +51,7 @@ if TYPE_CHECKING:
|
||||
_ = Translator("Audio", pathlib.Path(__file__))
|
||||
log = getLogger("red.Audio.manager")
|
||||
JAR_VERSION: Final[str] = "3.4.0"
|
||||
JAR_BUILD: Final[int] = 1347
|
||||
JAR_BUILD: Final[int] = 1350
|
||||
LAVALINK_DOWNLOAD_URL: Final[str] = (
|
||||
"https://github.com/Cog-Creators/Lavalink-Jars/releases/download/"
|
||||
f"{JAR_VERSION}_{JAR_BUILD}/"
|
||||
|
||||
Reference in New Issue
Block a user