index
:
bot
dependabot/github_actions/astral-sh/setup-uv-7
dependabot/pip/pip-5e502e9552
dependabot/uv/regex-2025.9.18
fix-eval-message-limit
fix/modpings
inject-settings-in-bot-core
main
mbaruh/fix-modpings-schedule
mbaruh/modlog_fix
pastebin-auto-upload
wookie/lower-warning-to-info
wookie184/fix-mentions-reply-resolving
A mirrored copy of the python-discord/bot repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Branch
Commit message
Author
Age
dependabot/github_actions/astral-sh/setup-uv-7
Bump astral-sh/setup-uv from 6 to 7
dependabot[bot]
10 days
dependabot/pip/pip-5e502e9552
Bump deepdiff from 8.5.0 to 8.6.1 in the pip group across 1 directory
dependabot[bot]
6 weeks
dependabot/uv/regex-2025.9.18
Bump regex from 2024.11.6 to 2025.9.18
dependabot[bot]
20 hours
fix-eval-message-limit
Merge pull request #2326 from python-discord/snekbox-files
Boris Muratov
3 years
inject-settings-in-bot-core
import _Channels from pydis_core
shtlrs
2 years
main
Dependency bumps (including pydis_core to 11.8.0)
Joe Banks
20 hours
mbaruh/fix-modpings-schedule
Add status command
Boris Muratov
2 months
pastebin-auto-upload
Merge branch 'main' into pastebin-auto-upload
Steele Farnsworth
9 months
wookie/lower-warning-to-info
Lower level of log about missing channel to info
wookie184
11 days
wookie184/fix-mentions-reply-resolving
Fix incorrect variable used in mentions logic
wookie184
11 days
[...]
Age
Commit message
Author
Lines
2025-01-30
Merge branch 'main' into pastebin-auto-upload
pastebin-auto-upload
Steele Farnsworth
-20
/
+41
2025-01-30
Change how a file is determined to be text-like. Decode text with correct enc...
Steele Farnsworth
-3
/
+4
2025-01-30
Remove messages related to disallowed text-like files.
Steele Farnsworth
-34
/
+13
2025-01-29
Account for messages with attachments being deleted before author reacts.
Steele Farnsworth
-0
/
+14
2025-01-29
Add logging; expand initial message from bot; fix bug in deleting the paste.
Steele Farnsworth
-3
/
+18
2025-01-29
Add comments explaining each step.
Steele Farnsworth
-5
/
+10
2025-01-29
Exit early if none of the attachments are text.
Steele Farnsworth
-2
/
+1
2025-01-29
Move EmbedFileHandler cog to its own module
Steele Farnsworth
-87
/
+111
2025-01-29
Add helper function for extracting attachment text.
Steele Farnsworth
-1
/
+8
2025-01-19
Apply token filters to text attachment content.
Steele Farnsworth
-1
/
+10
[...]