This command allows the user to create a simple reaction poll with thumbs up, thumbs down, and unsure reactions.
This command was introduced by CSC510-Group-25.
The code that implements the above mentioned functionality is located in cogs/polling.py.
poll(self, ctx, *, qs=''):
This function takes as arguments the values provided by the constructor through self, context in which the command was called, and a question qs.
You are in the server that has the Classmate Bot active and online. From any channel,
enter the command $poll QUESTION
.
$poll QUESTION
$poll What do you think about cats?
Successful execution of this command will create a reaction poll.
Note: BananaBot is also a ClassMateBot