diff options
Diffstat (limited to 'code/cogs/lyrics.py')
-rw-r--r-- | code/cogs/lyrics.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/code/cogs/lyrics.py b/code/cogs/lyrics.py index 6e3a1d3..8c47457 100644 --- a/code/cogs/lyrics.py +++ b/code/cogs/lyrics.py @@ -65,8 +65,9 @@ class Lyrics(commands.Cog): f" {player.current.author}" ), description=( - "Song lyrics are too long to display on Discord. [Click" - f" here to view the lyrics on Genius]({song.url})." + "The lyrics for this song are too long to display on" + " Discord. [Click here to view the lyrics on" + f" Genius]({song.url})." ), thumbnail=player.current.artwork_url, ) |