aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/trivia_quiz.py (follow)
Commit message (Expand)AuthorAgeLines
* Move game and fun commands to Fun folder, fix ddgGravatar Janine vN2021-09-05-593/+0
* Removed None return annotation for any __init__Gravatar Xithrius2021-09-01-1/+1
* Fix type annotationsGravatar decorator-factory2021-08-31-2/+2
* Replace fuzzywuzzy with rapidfuzzGravatar wookie1842021-08-06-1/+1
* Add "cs" and "python" categories to the `.quiz` commandGravatar Objectivitix2021-07-06-14/+15
* fix: Handle a KeyError when using .quiz stopGravatar ToxicKidz2021-05-17-14/+16
* Merge branch 'main' into mainGravatar Objectivitix2021-05-16-3/+3
|\
| * chore: Make all aliases in commands tuplesGravatar ToxicKidz2021-05-15-1/+1
| * chore: Use pathlib.Path.read_text & write_text over openGravatar ToxicKidz2021-05-13-3/+1
| * chore: Prefer double quotes over single quotesGravatar ToxicKidz2021-05-04-1/+1
| * chore: Don't return a Message object when the return annotation is NoneGravatar ToxicKidz2021-05-03-1/+2
| * chore(evergreen): format each cog load docstring the same wayGravatar vcokltfre2021-04-19-1/+1
| * chore: switch commands.Bot typehints to bot.bot's BotGravatar vcokltfre2021-04-19-2/+3
* | delete trailing whitespace after docstringGravatar Objectivitix2021-05-13-1/+1
* | fix the QuizEntry dataclassGravatar Objectivitix2021-05-13-1/+2
* | add a docstring to the dataclassGravatar Objectivitix2021-05-13-0/+1
* | implement decorator-factory's changesGravatar Objectivitix2021-05-13-24/+31
* | fix 4th copy paste errorGravatar Objectivitix2021-05-12-1/+1
* | quality-of-life refineryGravatar Objectivitix2021-05-12-3/+3
* | make the error embed change accordingly if DQL constant is modifiedGravatar Objectivitix2021-05-12-1/+1
* | 0 as an input to `questions` would now also raise an errorGravatar Objectivitix2021-05-12-3/+6
* | fix unicode corruption errors by encoding to utf-8Gravatar Objectivitix2021-05-11-4/+2
* | made comment more precise as described by decorator-factoryGravatar Objectivitix2021-05-11-1/+1
* | lint failure fixesGravatar Objectivitix2021-05-10-4/+7
* | make vartol stricter when it's a generated questionGravatar Objectivitix2021-05-10-15/+19
* | apply some changes suggested by Shivansh-007Gravatar Objectivitix2021-05-10-2/+4
* | remove redundant parenthesesGravatar Objectivitix2021-05-10-3/+1
* | Update bot/exts/evergreen/trivia_quiz.pyGravatar Objectivitix2021-05-10-3/+1
* | final minor refinery as requested by vcokltfreGravatar Objectivitix2021-05-09-4/+13
* | forgot to increment by one, fixedGravatar Objectivitix2021-05-09-2/+2
* | increase readability, fix lint failureGravatar Objectivitix2021-05-09-2/+13
* | fix bug where remaining questions go up instead of downGravatar Objectivitix2021-05-09-2/+2
* | reduce default no of questions to 7, add actual content to "Remaining questio...Gravatar Objectivitix2021-05-09-4/+5
* | fixed no description embed errorGravatar Objectivitix2021-05-09-0/+1
* | minor tweaks as suggested by vcokltfreGravatar Objectivitix2021-05-09-9/+7
* | use gold colour from constants.py for consistencyGravatar Objectivitix2021-05-09-1/+1
* | did some changes per the new reviews and suggestionsGravatar Objectivitix2021-05-09-27/+22
* | docstring tweaks; consistency and imperative moodGravatar Objectivitix2021-05-09-7/+7
* | fix another linting fail regarding newlines in docstringsGravatar Objectivitix2021-05-09-0/+2
* | fix lint failure; add a newline at line 444Gravatar Objectivitix2021-05-09-0/+1
* | reverted all undesired black formatting changesGravatar Objectivitix2021-05-09-34/+13
* | add a space at end of string on line 245Gravatar Objectivitix2021-05-09-1/+1
* | changed error embed color to `bot.constants.Colours.soft_red`Gravatar Objectivitix2021-05-09-1/+2
* | use walrus so dict lookup is only performed onceGravatar Objectivitix2021-05-09-2/+2
* | remove redundant `description` kwarg passGravatar Objectivitix2021-05-09-1/+0
* | add space at the end of string on line 435Gravatar Objectivitix2021-05-09-1/+1
* | delete `bin()`sGravatar Objectivitix2021-05-09-3/+3
* | lint failure fix, imported in alphabetical orderGravatar Objectivitix2021-05-09-1/+1
* | use `operator` module instead of lambda functionsGravatar Objectivitix2021-05-09-3/+4
* | use dict.get for retrieving a default value instead of a conditionGravatar Objectivitix2021-05-09-4/+1