aboutsummaryrefslogtreecommitdiff
path: root/code/cogs/lyrics.py
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-11-29 01:36:06 -0600
committerParker <contact@pkrm.dev>2024-11-29 01:36:06 -0600
commit4e8030eca4b1f4028268683ccfc7b481b1608dde (patch)
treed208e1c582733bd82993715b9cbc9266aca5390c /code/cogs/lyrics.py
parente2916fb0aaf5ae7c6306feb7bc13405aabb29ae6 (diff)
Largely embed wording changes + other small tweaks + combine pause commands
Diffstat (limited to 'code/cogs/lyrics.py')
-rw-r--r--code/cogs/lyrics.py5
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,
)