This command lets users get a random review question added by instructors. The answer to the question will be hidden as a spoiler.
The code that implements the above mentioned functionality is located in cogs/reviewQs.py.
getQuestion(self, ctx):
This function takes as arguments the values provided by the constructor through self and context in which the command was called.
You are in the server that has the Classmate Bot active and online. You enter the command getQuestion
.
$getQuestion
Successful execution of this command will print a random review question from the guild database.