diff --git a/redbot/cogs/audio/core/events/lavalink.py b/redbot/cogs/audio/core/events/lavalink.py index 04d50a3c7200..06d3176c68b1 100644 --- a/redbot/cogs/audio/core/events/lavalink.py +++ b/redbot/cogs/audio/core/events/lavalink.py @@ -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: diff --git a/setup.cfg b/setup.cfg index 7016d0064c14..2fc2528c8f8d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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