Skip to content

Commit

Permalink
Improve Track stuck error message + update Red to use updated RLL
Browse files Browse the repository at this point in the history
  • Loading branch information
Drapersniper committed Apr 2, 2022
1 parent c9a0971 commit 8e98e0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ install_requires =
pytz==2021.1
PyYAML==5.4.1
Red-Commons==1.0.0
Red-Lavalink==0.11.0rc0
Red-Lavalink @ git+https://github.com/Cog-Creators/Red-Lavalink@refs/pull/118/merge#egg=Red-Lavalink
rich==10.9.0
schema==0.7.4
six==1.16.0
Expand Down

0 comments on commit 8e98e0d

Please sign in to comment.