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
/
bot.py
(
unfollow
)
Commit message (
Collapse
)
Author
Lines
2022-02-12
fix typo
Shom770
-1
/
+1
2022-02-09
missing extra 7
Shom770
-1
/
+1
2022-02-09
add event runner role id
Shom770
-2
/
+2
2022-02-09
let the paginator do its thing
Shom770
-8
/
+2
2022-02-09
fix lists
Shom770
-11
/
+19
command
2022-02-09
pagination
Shom770
-2
/
+14
2022-02-09
fix scoreboard bugs
Shom770
-3
/
+46
2022-02-09
initialize scoreboard view only during display
Shom770
-4
/
+6
2022-02-09
fix question bug
Shom770
-1
/
+1
2022-02-09
reverting back to original commit for a NamedTuple
Shom770
-6
/
+7
2022-02-09
reverting namedtuple change
Shom770
-5
/
+11
2022-02-09
int to ordinal as a separate method
Shom770
-14
/
+11
2022-02-09
Apply suggestions from code review
Shom770
-7
/
+6
Co-authored-by: Johannes Christ <
[email protected]
>
2022-02-09
default timer is at 20 seconds
Shom770
-1
/
+1
2022-02-09
change .. to ...
Shom770
-3
/
+3
2022-02-09
3 second countdown before question starts.
Shom770
-0
/
+3
2022-02-09
shorten field titles for after a question has been answered
Shom770
-1
/
+1
2022-02-09
fixing .tn next logic
Shom770
-7
/
+18
2022-02-09
QoL: adding an emoji and the number of people who answered for when the ↵
Shom770
-2
/
+9
question is done
2022-02-09
use correct emoji name for .tn list
Shom770
-5
/
+5
2022-02-09
preventing the number of points from reaching too high
Shom770
-1
/
+1
2022-02-09
sort the speed leaderboard properly
Shom770
-4
/
+3
2022-02-09
sending the question is no longer accepting guesses as an ephemeral
Shom770
-0
/
+1
2022-02-09
fix visited for .tn list not working
Shom770
-1
/
+1
2022-02-09
improving ordinal number usage in _scoreboard.ScoreboardView._get_rank
Shom770
-3
/
+15
2022-02-09
display error when something goes wrong with .trivianight load
Shom770
-2
/
+2
2022-02-09
fix \ with if
Shom770
-2
/
+4
2022-02-09
remove UserScore
Shom770
-21
/
+11
2022-02-09
full refactor complete
Shom770
-3
/
+18
structure overhauled, changed stop logic
2022-02-09
refactor
Shom770
-40
/
+90
2022-02-09
Fix bugs after testing and add TODO comments
Bluenix
-6
/
+33
2022-02-09
Fix incorrect variable usage in list comprehension
Bluenix
-1
/
+1
This appears to stem from a misunderstanding by me when restructuring the code.
2022-02-09
Restructure trivia night game around new Question representation
Bluenix
-295
/
+179