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
path:
root
/
tests
/
conftest.py
(
unfollow
)
Commit message (
Expand
)
Author
Lines
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
2025-01-19
Migrate to py3.12 typing syntax.
Steele Farnsworth
-9
/
+5
2025-01-18
Add missing arg in help post archive call
Chris Lovering
-1
/
+1
2025-01-18
Ensure every path to close a help channel cancels scheduled closes
Chris Lovering
-12
/
+22
2025-01-18
!close can also be used by moderators, not just OP
Chris Lovering
-1
/
+1
2025-01-18
More specific close message for native close
Chris Lovering
-1
/
+1
2025-01-18
Don't repeat start of close message in every if branch
Chris Lovering
-6
/
+6
2025-01-18
Add closing reason for when OP closes uses native Discord close option
Chris Lovering
-1
/
+4
2025-01-18
Change closing embed title based on close reason
Chris Lovering
-1
/
+10
2025-01-18
Significantly shorten help channel close message
Chris Lovering
-2
/
+2
2025-01-18
Remove unneeded constant
Chris Lovering
-2
/
+1
2025-01-18
Update supported Python versions in Snekbox help text (#3237)
Bradley Reynolds
-2
/
+2
2025-01-12
Migrate to py3.12 generic syntax (removes TypeVar).
Steele Farnsworth
-4
/
+1
2025-01-12
work-in-progress: when upload a text file attachment, ask for permission to a...
Steele Farnsworth
-2
/
+92
2025-01-10
Further abbreviate the "wrong language specifier" message; remove extra "plea...
Steele Farnsworth
-7
/
+5
2025-01-08
Abbreviate codeblock instructions; remove ability to dismiss the instructions...
Steele Farnsworth
-25
/
+8
2025-01-05
Remove unneeded import
Chris Lovering
-2
/
+1
2025-01-04
Re-fetch help threads before closing.
Steele Farnsworth
-0
/
+4
2025-01-03
Bump pydantic-settings from 2.6.1 to 2.7.1 (#3222)
dependabot[bot]
-5
/
+5
2025-01-03
Bump rapidfuzz from 3.10.1 to 3.11.0 (#3223)
dependabot[bot]
-91
/
+91
2025-01-03
Bump pytest-subtests from 0.13.1 to 0.14.1 (#3225)
dependabot[bot]
-7
/
+7
2025-01-03
Bump sentry-sdk from 2.19.0 to 2.19.2 (#3224)
dependabot[bot]
-5
/
+5
2024-12-30
Fix rendering of markdown headers in docs
wookie184
-1
/
+2
2024-12-30
Remove surrounding whitespace from doc description markdown
wookie184
-1
/
+18
2024-12-30
Bump markdownify from 0.13.1 to 0.14.1
dependabot[bot]
-5
/
+5
2024-12-30
Bump ruff from 0.8.0 to 0.8.4 (#3220)
dependabot[bot]
-21
/
+21
2024-12-30
Bump pytest from 8.3.3 to 8.3.4 (#3219)
dependabot[bot]
-5
/
+5
2024-12-30
Bump httpx from 0.27.2 to 0.28.1 (#3218)
dependabot[bot]
-6
/
+5
2024-12-29
Bump coverage from 7.6.7 to 7.6.10 (#3217)
dependabot[bot]
-65
/
+65
2024-12-29
Bump aiohttp from 3.11.7 to 3.11.11 (#3216)
dependabot[bot]
-79
/
+79
2024-12-29
Bump taskipy from 1.14.0 to 1.14.1 (#3206)
dependabot[bot]
-7
/
+7
2024-12-03
Heroku is no longer free
Krypton
-1
/
+1
2024-11-27
Don't ignore newlines when filtering invites (#3207)
Boris Muratov
-4
/
+4
2024-11-23
Bump pydis-core to 11.5.1
Chris Lovering
-5
/
+5
2024-11-23
Sort __all__ in snekbox
Chris Lovering
-1
/
+1
2024-11-23
Branding: improve decorator name
kwzrd
-3
/
+3
2024-11-23
Branding: do not invoke calendar after refresh
kwzrd
-2
/
+0
2024-11-23
Branding: retry GitHub server errors
kwzrd
-8
/
+35
2024-11-23
Branding: handle repo errors in cog
kwzrd
-29
/
+37
2024-11-23
Deps: add tenacity
kwzrd
-1
/
+17
2024-11-23
Remove deprecated ruff rules
Chris Lovering
-1
/
+1
2024-11-23
Set ruff to use concise output and suggest unsafe fixes
Chris Lovering
-0
/
+2
2024-11-23
Bump deps to latest
Chris Lovering
-1190
/
+1322
[next]