Skip to content

Commit

Permalink
fix(lava/classes/player.py): corrected typo in lyrics loading message
Browse files Browse the repository at this point in the history
  • Loading branch information
Nat1anWasTaken committed Aug 5, 2024
1 parent e385c2e commit 9ebc8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lava/classes/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ async def __generate_lyrics_embed(self) -> Embed:
if self._lyrics is None:
return Embed(
title=self.bot.get_text('display.lyrics.title', self.locale, '🎤 | 歌詞'),
description=self.bot.get_text('displa .lyrics.loading', self.locale, '正在載入歌詞...'),
description=self.bot.get_text('display.lyrics.loading', self.locale, '正在載入歌詞...'),
color=Colour.blurple()
)

Expand Down

0 comments on commit 9ebc8f1

Please sign in to comment.