aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/trivia_quiz.py (follow)
Commit message (Expand)AuthorAgeLines
* 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
* use random.sample for more concise expression on line 66Gravatar Objectivitix2021-05-09-2/+1
* fixed weird 8-space indents on lines 556-558Gravatar Objectivitix2021-05-07-3/+3
* Fix wrong import order lint failureGravatar Objectivitix2021-05-07-2/+1
* Fix lint failures: adding docstrings, removing whitespaceGravatar Objectivitix2021-05-07-17/+11
* Add dynamic question formatters and its constantsGravatar Objectivitix2021-05-07-2/+162
* fix NameError, add some forgotten importsGravatar Objectivitix2021-05-07-1/+2
* Implement the math and science questions, added a dynamic_id checkerGravatar Objectivitix2021-05-07-59/+182
* improved readbility of code by adding line breakGravatar Anubhav16032020-10-13-1/+2
* changed returnGravatar Anubhav16032020-10-11-2/+3
* 5/19 - bot | xmas, easter, evergreen - updated open statesments with explicit...Gravatar jodth072020-05-19-1/+1
* 5/19 - evergreen | triva - fixed utf-8 bugs for windowsGravatar jodth072020-05-19-1/+1
* Deseasonify: log in `add_cog` rather than in each `setup`Gravatar kwzrd2020-03-28-1/+0
* Deseasonify: rename `seasons` pkg to `exts`Gravatar kwzrd2020-03-28-0/+303