mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -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),
|
||||
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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user