Fix a typo in Track Stuck error (#5029)

This commit is contained in:
Philip 2021-05-18 22:30:56 +02:00 committed by GitHub
parent 48ed6c253e
commit 4bcfa8e486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: