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
Commit message (
Expand
)
Author
Age
Lines
*
Make mod_log getter async
mbaruh/modlog_fix
mbaruh
2022-04-21
-23
/
+10
*
Merge pull request #2136 from python-discord/fix-modpings
wookie184
2022-04-20
-1
/
+1
|
\
|
*
Don't call broken ModPings scheduler
Chris Lovering
2022-04-20
-1
/
+1
|
/
*
Merge pull request #2118 from python-discord/bump-d.py-version
ChrisJL
2022-04-20
-1901
/
+1397
|
\
|
*
Refactor a try/except that will never raise
Chris Lovering
2022-04-20
-6
/
+5
|
*
Automatically determine number threads to use with pytest
Chris Lovering
2022-04-20
-4
/
+4
|
*
Don't use internal discord.py methods for available help channels message
Chris Lovering
2022-04-20
-10
/
+6
|
*
Use fully qualified datetime.time()
Chris Lovering
2022-04-20
-2
/
+2
|
*
remove unneeded import in tests
Chris Lovering
2022-04-20
-1
/
+0
|
*
Remove unneeded contextlib.suppress
Chris Lovering
2022-04-20
-5
/
+4
|
*
Don't hardcode ! as the bot prefix where possible
Chris Lovering
2022-04-20
-13
/
+16
|
*
Pass the now required intents kwarg when creating MockBot
Chris Lovering
2022-04-19
-0
/
+1
|
*
Utilise new on_thread_create event for modlog
Chris Lovering
2022-04-19
-6
/
+1
|
*
Bump bot-core for new discord.py version
Chris Lovering
2022-04-19
-7
/
+7
|
*
Ensure error has an attr before checking the value in metabase
Chris Lovering
2022-04-19
-1
/
+1
|
*
Empty embed descriptions are now None, rather than a sentinal
Chris Lovering
2022-04-19
-1
/
+1
|
*
channel.history is now an async iterator, so has no .next() method
Chris Lovering
2022-04-19
-2
/
+3
|
*
Don't pass unused param to infraction scheduler cog_load
Chris Lovering
2022-04-19
-1
/
+1
|
*
Don't schedule a now non-existant task
Chris Lovering
2022-04-19
-7
/
+0
|
*
Move api_client to a kwarg on creation of the Bot
Chris Lovering
2022-04-19
-8
/
+8
|
*
Remove old task cancellations from modpings cog_unload
Chris Lovering
2022-04-18
-4
/
+1
|
*
Remove unused instance var from OTN cog
Chris Lovering
2022-04-18
-1
/
+0
|
*
Add missing underscores to test function names
Chris Lovering
2022-04-18
-3
/
+3
|
*
Test that sync cog syncers run when sync cog is loaded
Chris Lovering
2022-04-18
-0
/
+13
|
*
Refactor otn cog to use discord.py tasks
Chris Lovering
2022-04-18
-35
/
+30
|
*
Use discord.py's async cog loading for more cogs
Chris Lovering
2022-04-18
-15
/
+6
|
*
Add cog_unload functions to cancel scheduled tasks
Chris Lovering
2022-04-18
-0
/
+12
|
*
Hardcode 8 test threads in CI
Chris Lovering
2022-04-18
-1
/
+1
|
*
Move redis session reconnect to bot-core
Chris Lovering
2022-04-18
-26
/
+23
|
*
Correct capitalisation of async and discord.py
Chris Lovering
2022-04-18
-3
/
+3
|
*
Wait for mod log to load when syncing defcon settings
Chris Lovering
2022-04-18
-0
/
+16
|
*
Remove usages of init_task in thread bumper cog
Chris Lovering
2022-04-18
-8
/
+0
|
*
Don't try to overwrite a read-only attr in help command test
Chris Lovering
2022-04-18
-1
/
+1
|
*
Remove sync cog init test
Chris Lovering
2022-04-18
-17
/
+0
|
*
Update tests to use new async cog_load function
Chris Lovering
2022-04-18
-25
/
+17
|
*
Update tests to use new async cog setup function
Chris Lovering
2022-04-18
-29
/
+28
|
*
Update test helpers with breaking d.py changes
Chris Lovering
2022-04-18
-1
/
+5
|
*
Adding missing kwargs required by BotBase in test helper
Chris Lovering
2022-04-18
-0
/
+3
|
*
Remove async stats and site api wrapper
Chris Lovering
2022-04-18
-229
/
+22
|
*
Discord.py breaking changes
Chris Lovering
2022-04-18
-7
/
+9
|
*
Use BotBase from bot-core
Chris Lovering
2022-04-18
-283
/
+84
|
*
Move to async cog loading
Chris Lovering
2022-04-18
-223
/
+158
|
*
Don't use discord.NoMoreItems as it's removed
Chris Lovering
2022-04-18
-3
/
+3
|
*
Use bot-core scheduling and member util functions
Chris Lovering
2022-04-18
-323
/
+53
|
*
Bump d.py and bot-core
Chris Lovering
2022-04-18
-7
/
+12
|
*
Bump all deps and exact version pin.
Chris Lovering
2022-04-18
-303
/
+503
|
*
Remove aio-pika and psutil
Chris Lovering
2022-04-18
-381
/
+432
|
/
*
Parse infraction search reason as regex before calling site (#2126)
ChrisJL
2022-04-05
-0
/
+6
*
Merge pull request #1943 from jonathan-d-zhang/type-hint-tag
ChrisJL
2022-04-03
-0
/
+19
|
\
|
*
Merge branch 'main' into type-hint-tag
ChrisJL
2022-04-03
-1926
/
+3812
|
|
\
|
|
/
|
/
|
[next]