Update references for new /lyrics command

This commit is contained in:
Parker M. 2024-08-02 21:48:10 -05:00
parent 333cb3adc5
commit 6fdfba09b2
No known key found for this signature in database
GPG Key ID: 95CD2E0C7E329F2A
2 changed files with 9 additions and 0 deletions

View File

@ -70,6 +70,10 @@ commands_and_descriptions = {
"description": "Resume the song that is currently paused",
"usage": "/resume",
},
"lyrics": {
"description": "Get the lyrics of the song that is currently playing",
"usage": "/lyrics",
},
"news": {
"description": "Get recent news and updates about the bot",
"usage": "/news",

View File

@ -18,6 +18,11 @@ class News(commands.Cog):
color=BOT_COLOR,
)
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!",