aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/evergreen/trivia_quiz.py (follow)
Commit message (Expand)AuthorAgeLines
* Deseasonify: rename `seasons` pkg to `exts`Gravatar kwzrd2020-03-28-303/+0
* Update bot/seasons/evergreen/trivia_quiz.pyGravatar Rohan_Iceman2019-12-20-1/+1
* Update bot/seasons/evergreen/trivia_quiz.pyGravatar Rohan_Iceman2019-12-20-1/+3
* fixed lint errorsGravatar RohanJnr2019-12-20-1/+1
* Merge branch 'quiz_fix' of https://github.com/RohanJnr/seasonalbot into quiz_fixGravatar RohanJnr2019-12-20-6/+18
|\
| * Trivia: fix spelling error in category embed footerGravatar MarkKoz2019-12-17-1/+1
| * Trivia: fix concatenation of winner mentionsGravatar MarkKoz2019-12-17-3/+1
| * Trivia: space out some of lines of codeGravatar MarkKoz2019-12-17-3/+17
* | In this commit:Gravatar RohanJnr2019-12-20-12/+13
|/
* fixed a indent errorGravatar RohanJnr2019-12-16-7/+6
* Merge branch 'quiz_fix' of https://github.com/RohanJnr/seasonalbot into quiz_fixGravatar RohanJnr2019-12-16-1/+1
|\
| * Update bot/seasons/evergreen/trivia_quiz.py Gravatar Rohan_Iceman2019-12-02-1/+1
* | Fixed indentation, the category_embed function is no longer a property.Gravatar RohanJnr2019-12-16-28/+22
|/
* added a new command to stop the quiz and removed the cooldown on the quiz com...Gravatar RohanJnr2019-11-29-6/+15
* Grammar fixesGravatar Joseph Banks2019-11-22-19/+16
* added cooldown to the quiz command and more refinement and also tested.Gravatar RohanJnr2019-10-20-1/+2
* added a cool down per channel to the quiz commandGravatar RohanJnr2019-10-19-2/+6
* Made some language corrections in the json file and also made seperate functi...Gravatar RohanJnr2019-10-18-21/+37
* fixed bugs such as incorrect time to send the category embed, game will no lo...Gravatar RohanJnr2019-10-17-16/+18
* Updated the code as per the suggestions and they are the following:Gravatar RohanJnr2019-10-13-10/+12
* fixed lint errorsGravatar RohanJnr2019-10-07-1/+1
* added function annotations to new commandGravatar RohanJnr2019-10-07-1/+1
* Corrected a few typos in the json file and also the following refinements for...Gravatar RohanJnr2019-10-07-26/+56
* Applied suggestions from code reviewGravatar Rohan_Iceman2019-10-02-3/+3
* removed commented out codeGravatar RohanJnr2019-10-02-1/+0
* Worked on the requested changes and also made a few other changes:Gravatar RohanJnr2019-10-02-71/+68
* added function annotations to the check methodGravatar RohanJnr2019-10-01-1/+1
* added some questions to general, for now users can only access general catego...Gravatar RohanJnr2019-09-30-10/+32
* made the request changes which involves fixing some grammer, following PEP8 f...Gravatar RohanJnr2019-09-23-29/+17
* added function annotationsGravatar RohanJnr2019-09-23-8/+12
* fixed linting errorsGravatar RohanJnr2019-09-23-4/+3
* corrected my spelling mistake on the file nameGravatar RohanJnr2019-09-23-0/+225
* Modified the code drastically for the quiz game:Gravatar RohanJnr2019-09-23-266/+0
* using self.categories insted of list(self.categories.keys())Gravatar RohanJnr2019-09-11-2/+2
* Made the following changes:Gravatar RohanJnr2019-09-11-0/+266