mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Fix a typo in Track Stuck error (#5029)
This commit is contained in:
parent
48ed6c253e
commit
4bcfa8e486
@ -271,7 +271,7 @@ class LavalinkEvents(MixinMeta, metaclass=CompositeMetaClass):
|
|||||||
colour=await self.bot.get_embed_color(message_channel),
|
colour=await self.bot.get_embed_color(message_channel),
|
||||||
title=_("Track Stuck"),
|
title=_("Track Stuck"),
|
||||||
description=_(
|
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),
|
).format(error=description),
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user