mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -05:00
Bump RLL and improve logging (#5044)
* version bump * - bump RLL - logging changes - player.channel.guild->player.guild - small cleanup around logging changes * missed one * here this one too * Apply suggestions from code review Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com> * add one missing player log * missed one * Format with Black Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
@@ -287,7 +287,7 @@ class ServerManager:
|
||||
# hasn't been published yet
|
||||
raise LavalinkDownloadFailed(
|
||||
f"Lavalink jar version {JAR_VERSION}_{JAR_BUILD} hasn't been published "
|
||||
f"yet",
|
||||
"yet",
|
||||
response=response,
|
||||
should_retry=False,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user