Issue Description:
As a user of our Discord bot, I want to be able to use a "/nggyu" command to get the bot to join the voice channel I'm in in order for it to participate in the conversation.
Feature Description:
The "/nggyu" command should take no arguments.
When the command is used, the bot will join the voice channel of the user who invoked it and play audio from Youtube using this URL.
Whenever the command is used, the bot will send a message (not reply) in the same channel with the following message: "Invalid command!".
If the user is in a voice chat, the bot will join the voice channel and start the audio stream. Else, the bot will do nothing.
Acceptance Criteria:
The "/nggyu" command is successfully implemented and tested.
The bot should send the "Invalid command!" message in chat (not reply) whenever it is invoked.
If the user is in a voice channel, the bot will join after sending the message and start the audio stream.
If the user is not in a voice channel, the bot will not do anything after sending the message.
The bot plays the correct audio.
Additional Notes:
This feature will enhance the functionality of our Discord bot by allowing users to engage in meaningful discussions with the bot.
Please ensure thorough testing of the "/nggyu" command functionality before closing this issue.
Issue Title: Implement /nggyu Command
Issue Description: As a user of our Discord bot, I want to be able to use a "/nggyu" command to get the bot to join the voice channel I'm in in order for it to participate in the conversation.
Feature Description:
Acceptance Criteria:
Additional Notes: