[Audio] Send an more user friendly message at "Track Stuck" errors (#4061)

Co-authored-by: Draper <27962761+Drapersniper@users.noreply.github.com>
This commit is contained in:
PredaaA
2020-08-06 21:23:49 +02:00
committed by jack1142
parent 574dabbeac
commit 4ef51a165f

View File

@@ -193,7 +193,9 @@ class LavalinkEvents(MixinMeta, metaclass=CompositeMetaClass):
embed = discord.Embed(
colour=await self.bot.get_embed_color(message_channel),
title=_("Track Stuck"),
description="{}".format(description),
description=_(
"Playback of the song has stopped due to an unexcepted error.\n{error}"
).format(error=description),
)
else:
embed = discord.Embed(