aboutsummaryrefslogtreecommitdiff
path: root/code/cogs/news.py
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-08-03 02:55:32 +0000
committerGitHub <noreply@github.com>2024-08-03 02:55:32 +0000
commit608fad20d4f8cf977c39a47a9e30865bda57adfe (patch)
tree47b1ad56786f89c36d1c4eb0c67713c6b6a87d62 /code/cogs/news.py
parent1bffa26776f6c80e2f2513d236f78ce9b7eea39f (diff)
parent3f23ef4edf5a33c3c184c8b92fc5143789cecbd1 (diff)
Merge pull request #2 from PacketParker/dev
Update main
Diffstat (limited to 'code/cogs/news.py')
-rw-r--r--code/cogs/news.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/code/cogs/news.py b/code/cogs/news.py
index c115559..9013567 100644
--- a/code/cogs/news.py
+++ b/code/cogs/news.py
@@ -19,6 +19,11 @@ class News(commands.Cog):
)
embed.add_field(
+ name="**Lyrics!**",
+ value="> You can now get lyrics for the song that is currently playing. Just use the `/lyrics` command! Some songs may not have lyrics available, but the bot will do its best to find them.",
+ )
+
+ embed.add_field(
name="**Apple Music Support!**",
value="> After some trial and error, you can now play music through Apple Music links. Just paste the link and the bot will do the rest!",
)