aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/trivia_quiz.py (follow)
Commit message (Expand)AuthorAgeLines
* 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