index
:
sir-lancebot
br/gh1560
delete-bm-ctx-menu
dependabot/github_actions/actions/checkout-5
dependabot/github_actions/astral-sh/setup-uv-7
dependabot/pip/pillow-11.2.1
dependabot/uv/pillow-12.0.0
main
reorder-hacktoberfest-commands
revert-1432-dependabot/pip/emoji-2.10.0
shenanigansd-patch-1
sim_matches
use-botcore-command-error-manager
A mirrored copy of the python-discord/sir-lancebot repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bot
/
exts
/
evergreen
/
trivia_quiz.py
(
follow
)
Commit message (
Expand
)
Author
Age
Lines
*
Move game and fun commands to Fun folder, fix ddg
Janine vN
2021-09-05
-593
/
+0
*
Removed None return annotation for any __init__
Xithrius
2021-09-01
-1
/
+1
*
Fix type annotations
decorator-factory
2021-08-31
-2
/
+2
*
Replace fuzzywuzzy with rapidfuzz
wookie184
2021-08-06
-1
/
+1
*
Add "cs" and "python" categories to the `.quiz` command
Objectivitix
2021-07-06
-14
/
+15
*
fix: Handle a KeyError when using .quiz stop
ToxicKidz
2021-05-17
-14
/
+16
*
Merge branch 'main' into main
Objectivitix
2021-05-16
-3
/
+3
|
\
|
*
chore: Make all aliases in commands tuples
ToxicKidz
2021-05-15
-1
/
+1
|
*
chore: Use pathlib.Path.read_text & write_text over open
ToxicKidz
2021-05-13
-3
/
+1
|
*
chore: Prefer double quotes over single quotes
ToxicKidz
2021-05-04
-1
/
+1
|
*
chore: Don't return a Message object when the return annotation is None
ToxicKidz
2021-05-03
-1
/
+2
|
*
chore(evergreen): format each cog load docstring the same way
vcokltfre
2021-04-19
-1
/
+1
|
*
chore: switch commands.Bot typehints to bot.bot's Bot
vcokltfre
2021-04-19
-2
/
+3
*
|
delete trailing whitespace after docstring
Objectivitix
2021-05-13
-1
/
+1
*
|
fix the QuizEntry dataclass
Objectivitix
2021-05-13
-1
/
+2
*
|
add a docstring to the dataclass
Objectivitix
2021-05-13
-0
/
+1
*
|
implement decorator-factory's changes
Objectivitix
2021-05-13
-24
/
+31
*
|
fix 4th copy paste error
Objectivitix
2021-05-12
-1
/
+1
*
|
quality-of-life refinery
Objectivitix
2021-05-12
-3
/
+3
*
|
make the error embed change accordingly if DQL constant is modified
Objectivitix
2021-05-12
-1
/
+1
*
|
0 as an input to `questions` would now also raise an error
Objectivitix
2021-05-12
-3
/
+6
*
|
fix unicode corruption errors by encoding to utf-8
Objectivitix
2021-05-11
-4
/
+2
*
|
made comment more precise as described by decorator-factory
Objectivitix
2021-05-11
-1
/
+1
*
|
lint failure fixes
Objectivitix
2021-05-10
-4
/
+7
*
|
make vartol stricter when it's a generated question
Objectivitix
2021-05-10
-15
/
+19
*
|
apply some changes suggested by Shivansh-007
Objectivitix
2021-05-10
-2
/
+4
*
|
remove redundant parentheses
Objectivitix
2021-05-10
-3
/
+1
*
|
Update bot/exts/evergreen/trivia_quiz.py
Objectivitix
2021-05-10
-3
/
+1
*
|
final minor refinery as requested by vcokltfre
Objectivitix
2021-05-09
-4
/
+13
*
|
forgot to increment by one, fixed
Objectivitix
2021-05-09
-2
/
+2
*
|
increase readability, fix lint failure
Objectivitix
2021-05-09
-2
/
+13
*
|
fix bug where remaining questions go up instead of down
Objectivitix
2021-05-09
-2
/
+2
*
|
reduce default no of questions to 7, add actual content to "Remaining questio...
Objectivitix
2021-05-09
-4
/
+5
*
|
fixed no description embed error
Objectivitix
2021-05-09
-0
/
+1
*
|
minor tweaks as suggested by vcokltfre
Objectivitix
2021-05-09
-9
/
+7
*
|
use gold colour from constants.py for consistency
Objectivitix
2021-05-09
-1
/
+1
*
|
did some changes per the new reviews and suggestions
Objectivitix
2021-05-09
-27
/
+22
*
|
docstring tweaks; consistency and imperative mood
Objectivitix
2021-05-09
-7
/
+7
*
|
fix another linting fail regarding newlines in docstrings
Objectivitix
2021-05-09
-0
/
+2
*
|
fix lint failure; add a newline at line 444
Objectivitix
2021-05-09
-0
/
+1
*
|
reverted all undesired black formatting changes
Objectivitix
2021-05-09
-34
/
+13
*
|
add a space at end of string on line 245
Objectivitix
2021-05-09
-1
/
+1
*
|
changed error embed color to `bot.constants.Colours.soft_red`
Objectivitix
2021-05-09
-1
/
+2
*
|
use walrus so dict lookup is only performed once
Objectivitix
2021-05-09
-2
/
+2
*
|
remove redundant `description` kwarg pass
Objectivitix
2021-05-09
-1
/
+0
*
|
add space at the end of string on line 435
Objectivitix
2021-05-09
-1
/
+1
*
|
delete `bin()`s
Objectivitix
2021-05-09
-3
/
+3
*
|
lint failure fix, imported in alphabetical order
Objectivitix
2021-05-09
-1
/
+1
*
|
use `operator` module instead of lambda functions
Objectivitix
2021-05-09
-3
/
+4
*
|
use dict.get for retrieving a default value instead of a condition
Objectivitix
2021-05-09
-4
/
+1
[next]