mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -05:00
Fix a typo in Track Stuck error (#5029)
This commit is contained in:
@@ -271,7 +271,7 @@ class LavalinkEvents(MixinMeta, metaclass=CompositeMetaClass):
|
||||
colour=await self.bot.get_embed_color(message_channel),
|
||||
title=_("Track Stuck"),
|
||||
description=_(
|
||||
"Playback of the song has stopped due to an unexcepted error.\n{error}"
|
||||
"Playback of the song has stopped due to an unexpected error.\n{error}"
|
||||
).format(error=description),
|
||||
)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user