Skip to content

Commit

Permalink
update error message on track stuck to make it seems like less of an …
Browse files Browse the repository at this point in the history
…issue than it currently is

Signed-off-by: Draper <[email protected]>
  • Loading branch information
Drapersniper committed Apr 2, 2022
1 parent 5e271ad commit 58809bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redbot/cogs/audio/core/events/lavalink.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ async def lavalink_event_handler(
colour=await self.bot.get_embed_color(message_channel),
title=_("Track Stuck"),
description=_(
"Playback of the song has stopped due to an unexpected error.\n{error}"
"Playback of the song was unable to continue.\n{error}"
).format(error=description),
)
else:
Expand Down

0 comments on commit 58809bc

Please sign in to comment.