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
/
utils
/
exceptions.py
(
unfollow
)
Commit message (
Expand
)
Author
Lines
2023-04-04
Bump pre-commit from 3.2.1 to 3.2.2 (#1248)
dependabot[bot]
-5
/
+5
2023-04-03
Bump pillow from 9.4.0 to 9.5.0 (#1247)
dependabot[bot]
-81
/
+70
2023-04-03
Bump rapidfuzz from 2.13.7 to 2.15.0 (#1246)
dependabot[bot]
-92
/
+92
2023-03-31
Bump redis from 4.5.3 to 4.5.4
dependabot[bot]
-3
/
+6
2023-03-30
Bump sentry-sdk from 1.17.0 to 1.18.0
dependabot[bot]
-5
/
+5
2023-03-30
Ensure page is always random
TizzySaurus
-1
/
+1
2023-03-29
Update base image to new repo org (#1241)
ChrisJL
-1
/
+1
2023-03-29
Bump taskipy from 1.10.3 to 1.10.4 (#1237)
dependabot[bot]
-5
/
+5
2023-03-29
Bump flake8-bugbear from 23.3.12 to 23.3.23 (#1236)
dependabot[bot]
-7
/
+7
2023-03-29
Bump beautifulsoup4 from 4.11.2 to 4.12.0 (#1235)
dependabot[bot]
-5
/
+5
2023-03-29
Bump pre-commit from 3.2.0 to 3.2.1 (#1238)
dependabot[bot]
-5
/
+5
2023-03-28
search and replace ctx.typing
mudkipdev
-4
/
+4
2023-03-27
Bump redis from 4.5.1 to 4.5.3
dependabot[bot]
-6
/
+3
2023-03-24
Bump pre-commit from 3.1.1 to 3.2.0
dependabot[bot]
-5
/
+5
2023-03-23
Bump sentry-sdk from 1.16.0 to 1.17.0 (#1233)
dependabot[bot]
-5
/
+5
2023-03-22
max -> min
TizzySaurus
-1
/
+1
2023-03-16
Bump flake8-bugbear from 23.2.13 to 23.3.12 (#1232)
dependabot[bot]
-5
/
+5
2023-03-14
Fix linting
TizzySaurus
-4
/
+3
2023-03-10
replace a thread with its parent if present
shtlrs
-7
/
+6
2023-03-10
whitelist a thread along with its parent
shtlrs
-0
/
+5
2023-03-10
Allow .latex in python-help channel
Matias Lago Evia
-0
/
+2
2023-03-09
Correctly handle when the movie API doesn't return any movies
TizzySaurus
-3
/
+17
2023-03-04
Bump docker/build-push-action from 3 to 4
dependabot[bot]
-1
/
+1
2023-03-04
Add dependabot CI config
Chris Lovering
-0
/
+6
2023-03-04
Update CI to reusable actions
Chris Lovering
-76
/
+76
2023-03-04
Remove aioredis as it is no longer used
Chris Lovering
-165
/
+216
2023-03-04
Bump pydis_core and pip-licenses
Chris Lovering
-2
/
+2
2023-03-04
Bump Python version to 3.11
Chris Lovering
-6
/
+5
2023-03-03
fixed embed interaction and randomly choosing a kata (#1218)
Henri
-5
/
+2
2023-03-02
Bump pre-commit from 3.1.0 to 3.1.1 (#1221)
dependabot[bot]
-5
/
+5
2023-03-03
Bump sentry-sdk from 1.15.0 to 1.16.0 (#1220)
dependabot[bot]
-5
/
+6
2023-03-03
Bump python-dotenv from 0.21.1 to 1.0.0 (#1216)
dependabot[bot]
-6
/
+6
2023-02-28
Bump pydis-core to 9.5.0 (#1222)
Amrou Bellalouna
-9
/
+9
2023-02-26
Add default unicode emoji for trashcan (#1217)
Mohammad Ibrahim
-1
/
+6
2023-02-25
Bump pre-commit from 3.0.4 to 3.1.0 (#1215)
dependabot[bot]
-5
/
+5
2023-02-19
Create the bookmark URL view at runtime instead of having a subclass
Chris Lovering
-9
/
+4
2023-02-19
Only successfully reply to bookmark if bookmark was sent
Chris Lovering
-18
/
+20
2023-02-19
Move action_bookmark to inside the ContextMenu form class
Chris Lovering
-27
/
+24
2023-02-19
Update docstrings and error messages in Bookmark command
Chris Lovering
-29
/
+18
2023-02-19
Remove text-based bookmark command
Chris Lovering
-89
/
+11
2023-02-19
Make bookmark a guild only command
Chris Lovering
-7
/
+2
2023-02-19
fix typo in user shown message
arl
-1
/
+1
2023-02-19
Bump flake8-bugbear from 23.1.20 to 23.2.13
dependabot[bot]
-5
/
+5
2023-02-19
disallow usage of the context menu command in DMs
Amrou Bellalouna
-0
/
+5
2023-02-19
remove the call to action to check DMS for the bm
Amrou Bellalouna
-1
/
+0
2023-02-19
add formatting to the ephemeral embed
Amrou Bellalouna
-2
/
+2
2023-02-19
build a new bookmark embed for the context menu command
Amrou Bellalouna
-3
/
+14
2023-02-19
mark label as optional
Amrou Bellalouna
-1
/
+1
2023-02-19
move class var before ctor
Amrou Bellalouna
-9
/
+9
2023-02-19
return embed directly from build_bookmark_embed
Amrou Bellalouna
-2
/
+1
[next]