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