Update main #2

Merged
PacketParker merged 4 commits from dev into main 2024-08-02 21:55:32 -05:00
2 changed files with 9 additions and 0 deletions
Showing only changes of commit 6fdfba09b2 - Show all commits

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!",