index
:
bot
dependabot/github_actions/actions/upload-artifact-5
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
/
helpers.py
(
unfollow
)
Commit message (
Expand
)
Author
Lines
2019-10-09
Resolve #357: show ban reason and bb watch status in unban mod log
MarkKoz
-1
/
+18
2019-10-09
Fix #346: display infraction count after giving an infraction
MarkKoz
-3
/
+10
2019-10-09
Show help when ext load/unload are invoked without arguments
MarkKoz
-0
/
+8
2019-10-08
Ensure display name changes are logged
Sebastiaan Zeeff
-1
/
+6
2019-10-08
Show infraction reason when the bot is the actor
Sebastiaan Zeeff
-1
/
+5
2019-10-08
Set bot as actor of antispam infractions
Sebastiaan Zeeff
-1
/
+3
2019-10-07
Only allow members currently in the guild to be warned
MarkKoz
-1
/
+1
2019-10-07
Update the nickname policy URL
Mark
-1
/
+1
2019-10-07
Escape asterisks in extensions docstrings
MarkKoz
-7
/
+7
2019-10-07
Support wildcards and multiple extensions for load and unload commands
MarkKoz
-36
/
+48
2019-10-07
Use quotes instead of back ticks around asterisk in docstrings
MarkKoz
-4
/
+4
2019-10-07
Add missing awaits and call bot as attribut
Jens
-14
/
+14
2019-10-06
Update max threshold for attachments
Derek
-1
/
+1
2019-10-05
Specify names of "prepare_cog" methods
Jens
-19
/
+19
2019-10-04
Make categories class attributes and support descriptions
MarkKoz
-5
/
+20
2019-10-04
Fix error when symbol_id cannot be found in doc HTML
MarkKoz
-0
/
+3
2019-10-04
Adjust verbiage of totals for watch commands
MarkKoz
-2
/
+2
2019-10-04
Show previous watch reason and total after invoking watch command
MarkKoz
-2
/
+39
2019-10-04
Wait until the bot is ready before reschedule infractions
MarkKoz
-0
/
+2
2019-10-03
Refactor the extensions list command
MarkKoz
-23
/
+8
2019-10-03
Invoke the help command when reload is called without args
MarkKoz
-0
/
+4
2019-10-03
Fix extensions alias
MarkKoz
-3
/
+4
2019-10-03
Use reload_extension() instead of calling unload and reload
MarkKoz
-67
/
+56
2019-10-03
Support giving multiple extensions to reload
MarkKoz
-10
/
+17
2019-10-03
Fix concatenation of error messages for extension reloads
MarkKoz
-2
/
+2
2019-10-03
Show original exception, if available, when an extension fails to load
MarkKoz
-0
/
+3
2019-10-03
Use manage method for extensions commands
MarkKoz
-198
/
+69
2019-10-03
Fix the values in the extensions set
MarkKoz
-1
/
+5
2019-10-03
Add a custom converter for extensions
MarkKoz
-8
/
+33
2019-10-03
Add a generic method to manage loading/unloading extensions
MarkKoz
-0
/
+31
2019-10-03
Replace with_role decorator with a cog_check
MarkKoz
-6
/
+6
2019-10-03
Simplify extension discovery using pkgutil
MarkKoz
-15
/
+5
2019-10-03
Add enum for extension actions
MarkKoz
-0
/
+9
2019-10-03
Rename the "cogs" extension & cog to "extensions"
MarkKoz
-14
/
+14
2019-10-03
Improve readability
Ben Diller
-0
/
+1
2019-10-03
Move asyncio.sleep() to avoid disturbing function signatures.
bendiller
-16
/
+13
2019-10-03
Fix rescheduling of infractions when cog is reloaded
MarkKoz
-3
/
+5
2019-10-03
Make warns, notes, and kicks always inactive
Mark
-4
/
+4
2019-10-03
Add note instead of failure to mod log during pardon when ban not found
MarkKoz
-2
/
+7
2019-10-03
Prepare cogs on cog init & wait for bot ready flag
Jens
-18
/
+36
2019-10-03
Check if tzinfo is None in ISODateTime test
Sebastiaan Zeeff
-1
/
+3
2019-10-02
Add sleep(3) between retries, with bot indicating typing during sleep
bendiller
-4
/
+9
2019-10-02
Add logging for invalid response (after all retries are exhausted)
bendiller
-1
/
+3
2019-10-02
Mention moderators in the mod log when an infraction fails to expire
MarkKoz
-1
/
+7
2019-10-02
Swap arguments for post_infraction calls
Mark
-2
/
+2
2019-10-03
Fix mutes not being re-applied on rejoins.
scragly
-5
/
+42
2019-10-02
Remove __all__ definition from moderation subpackage
MarkKoz
-3
/
+0
2019-10-02
Rename parameters to stop shadowing type built-in
MarkKoz
-15
/
+10
2019-10-02
Format duration units as a list in management doctsrings
Mark
-2
/
+9
2019-10-02
Format duration units as a list in infractions doctsrings
Mark
-9
/
+37
[next]