Issue Description:
As a user of our Discord bot, I want to be able to use a "/lyrics" command to fetch and display the lyrics of a song based on the song title and artist, so that I can easily access song lyrics within Discord.
Feature Description:
The "/lyrics" command should take two arguments: the song title and the artist name.
When invoked with the song title and artist name, the bot should fetch the lyrics of the specified song from a lyrics API.
The bot's response should include the lyrics of the song.
Acceptance Criteria:
The "/lyrics" command is successfully implemented and tested.
Invoking the "/lyrics" command with valid song title and artist arguments should result in the bot fetching and displaying the lyrics of the specified song.
The bot's response should include the lyrics of the song.
Additional Notes:
This feature will provide users with a convenient way to access song lyrics within Discord.
Please ensure thorough testing of the "/lyrics" command functionality before closing this issue.
Issue Title: Implement /lyrics Command
Issue Description: As a user of our Discord bot, I want to be able to use a "/lyrics" command to fetch and display the lyrics of a song based on the song title and artist, so that I can easily access song lyrics within Discord.
Feature Description:
Acceptance Criteria:
Additional Notes: