Update references for new /lyrics
command
This commit is contained in:
parent
333cb3adc5
commit
6fdfba09b2
@ -70,6 +70,10 @@ commands_and_descriptions = {
|
|||||||
"description": "Resume the song that is currently paused",
|
"description": "Resume the song that is currently paused",
|
||||||
"usage": "/resume",
|
"usage": "/resume",
|
||||||
},
|
},
|
||||||
|
"lyrics": {
|
||||||
|
"description": "Get the lyrics of the song that is currently playing",
|
||||||
|
"usage": "/lyrics",
|
||||||
|
},
|
||||||
"news": {
|
"news": {
|
||||||
"description": "Get recent news and updates about the bot",
|
"description": "Get recent news and updates about the bot",
|
||||||
"usage": "/news",
|
"usage": "/news",
|
||||||
|
@ -18,6 +18,11 @@ class News(commands.Cog):
|
|||||||
color=BOT_COLOR,
|
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(
|
embed.add_field(
|
||||||
name="**Apple Music Support!**",
|
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!",
|
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!",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user