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
Branch
Commit message
Author
Age
br/gh1560
Merge branch 'main' into br/gh1560
Bradley Reynolds
15 months
delete-bm-ctx-menu
bump pydis_core to 10.0.1
shtlrs
19 months
dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
dependabot[bot]
2 months
dependabot/github_actions/astral-sh/setup-uv-7
Bump astral-sh/setup-uv from 6 to 7
dependabot[bot]
10 days
dependabot/pip/pillow-11.2.1
Bump pillow from 11.0.0 to 11.2.1
dependabot[bot]
6 months
dependabot/uv/pillow-12.0.0
Bump pillow from 11.0.0 to 12.0.0
dependabot[bot]
20 hours
main
Add python help channel to src command whitelist
Joe Banks
20 hours
revert-1432-dependabot/pip/emoji-2.10.0
Revert "Bump emoji from 2.9.0 to 2.10.0"
wookie184
21 months
shenanigansd-patch-1
Only flag on Christmas trees
Bradley Reynolds
21 months
use-botcore-command-error-manager
cleanup the CommandErrorHandler cog
shtlrs
19 months
[...]
Age
Commit message
Author
Lines
2024-03-21
cleanup the CommandErrorHandler cog
use-botcore-command-error-manager
shtlrs
-28
/
+0
2024-03-21
implement the handler for the DisabledCommand exception
shtlrs
-5
/
+30
2024-03-21
implement the handler for the CheckFailure exception
shtlrs
-20
/
+43
2024-03-21
implement the handler for the BadArgument exception
shtlrs
-14
/
+31
2024-03-21
implement the handler for the ApiError exception
shtlrs
-10
/
+42
2024-03-21
implement the handler for the UserNotPlayingError exception
shtlrs
-5
/
+24
2024-03-21
implement the handler for the CommandOnCooldown exception
shtlrs
-10
/
+31
2024-03-21
implement the handler for the UserInputError exception
shtlrs
-10
/
+58
2024-03-21
implement the MovedCommandErrorHandler
shtlrs
-9
/
+60
2024-03-21
register default and command not found error handlers
shtlrs
-53
/
+19
[...]