Issue Description:
As a user of our Discord bot, I want to be able to use a "/poll" command to create a poll within Discord, so that I can gather opinions or preferences from other users in an organized manner.
Feature Description:
The "/poll" command should take one or more arguments, which define the options for the poll.
The bot should parse the arguments to extract the options for the poll.
After extracting the options, the bot should create a poll message in the Discord channel where the command was invoked, allowing users to vote on their preferred option.
The bot's response should include the poll message with the options listed and reaction emojis for users to vote.
Acceptance Criteria:
The "/poll" command is successfully implemented and tested.
Invoking the "/poll" command with one or more arguments should result in the bot creating a poll message in the Discord channel.
The poll message should include the options extracted from the command arguments and reaction emojis for users to vote.
Users should be able to vote on their preferred option by reacting to the poll message with emojis.
Additional Notes:
This feature will provide users with a convenient way to create polls within Discord for gathering opinions or preferences.
Please ensure thorough testing of the "/poll" command functionality before closing this issue.
Issue Title: Implement /poll Command
Issue Description: As a user of our Discord bot, I want to be able to use a "/poll" command to create a poll within Discord, so that I can gather opinions or preferences from other users in an organized manner.
Feature Description:
Acceptance Criteria:
Additional Notes: