mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-07 09:52:30 -05:00
* Lavalink error handling update
* comment typo
* address review
* Update redbot/cogs/audio/core/events/lavalink.py
* Bump jar version
* Bump RLL version
(cherry picked from commit c49d0ec9d3)
Co-authored-by: aikaterna <20862007+aikaterna@users.noreply.github.com>
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
Co-authored-by: aikaterna <20862007+aikaterna@users.noreply.github.com>
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
@@ -287,7 +287,9 @@ class LavalinkEvents(MixinMeta, metaclass=CompositeMetaClass):
|
||||
embed = discord.Embed(
|
||||
title=_("Track Error"),
|
||||
colour=await self.bot.get_embed_color(message_channel),
|
||||
description="{}\n{}".format(extra.replace("\n", ""), description),
|
||||
description="{}\n{}".format(
|
||||
extra["message"].replace("\n", ""), description
|
||||
),
|
||||
)
|
||||
if current_id:
|
||||
asyncio.create_task(
|
||||
|
||||
Reference in New Issue
Block a user