[Audio] Fix local track documentation. (#4832)

Co-authored-by: Draper <27962761+Drapersniper@users.noreply.github.com>
This commit is contained in:
DeltaX
2021-05-18 18:09:32 -04:00
committed by GitHub
parent cb45ef6c42
commit c9431f7d90
3 changed files with 29 additions and 5 deletions

View File

@@ -93,7 +93,7 @@ class FormattingUtilities(MixinMeta, metaclass=CompositeMetaClass):
):
if not self._player_check(ctx):
if self.lavalink_connection_aborted:
msg = _("Connection to Lavalink has failed.")
msg = _("Connection to Lavalink has failed")
description = EmptyEmbed
if await self.bot.is_owner(ctx.author):
description = _("Please check your console or logs for details.")