index
:
bot
copilot/update-pytest-and-fix-tests
dependabot/uv/pytest-9.0.0
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
/
test_helpers.py
(
unfollow
)
Commit message (
Expand
)
Author
Lines
2021-04-21
Removes Unnecessary Members In Silence Tests
Hassan Abouelela
-16
/
+14
2021-04-20
Add the Moderators role to moderation_roles in config
Joe Banks
-0
/
+1
2021-04-20
Remove allowed mentions in modlog alert
Boris Muratov
-2
/
+1
2021-04-20
Improve rediscache doc
Boris Muratov
-1
/
+1
2021-04-20
Tests: AsyncMock is now in the standard library!
Matteo Bertucci
-1
/
+1
2021-04-19
Update bot/exts/moderation/infraction/superstarify.py
Vivaan Verma
-1
/
+1
2021-04-19
Change type hint from duration to expiry
Vivaan Verma
-2
/
+2
2021-04-19
Add default duration as constant and use Duration converter
Vivaan Verma
-4
/
+4
2021-04-19
Inline duration assignment
Vivaan Verma
-2
/
+1
2021-04-19
Update comment in list stream for readibility
Chris
-1
/
+1
2021-04-19
CamelCase the cog name
Boris Muratov
-3
/
+3
2021-04-19
Improve the wording of the list streamers embed
ChrisJL
-1
/
+1
2021-04-19
Remove unnecessary _ in variable name
Chris
-3
/
+3
2021-04-19
Update wording of comment to be clearer.
Chris
-1
/
+1
2021-04-19
Add command to list users with streaming perms
Chris
-1
/
+43
2021-04-19
Require a mod role for stream commands
Chris
-4
/
+4
2021-04-19
Fix zen's negative indexing
francisdbillones
-1
/
+1
2021-04-19
Renamed duty.py to modpings.py
mbaruh
-0
/
+0
2021-04-19
Renamed Duty cog to Modpings
mbaruh
-23
/
+23
2021-04-18
Fix linting errors
Vivaan Verma
-1
/
+1
2021-04-18
Check if a duration was provided
Vivaan Verma
-2
/
+3
2021-04-18
Make duration an optional arg and default it to 1 hour
Vivaan Verma
-1
/
+5
2021-04-18
Added default duration of 1h to superstarify
Vivaan Verma
-1
/
+1
2021-04-17
Remove here ping
Boris Muratov
-2
/
+2
2021-04-17
Name the rescheduling task, and cancel it on cog unload
mbaruh
-1
/
+2
2021-04-17
Improve documentation
mbaruh
-1
/
+3
2021-04-17
Assume a scheduled task exists for `duty on`
mbaruh
-2
/
+1
2021-04-17
Keep config succint
mbaruh
-2
/
+0
2021-04-16
Raise a new NotInBlacklistCheckFailure instead
mbaruh
-7
/
+15
2021-04-15
Allow eval almost everywhere
mbaruh
-5
/
+44
2021-04-15
chore: update wording as requested
vcokltfre
-3
/
+3
2021-04-15
Use set instead of update in duty off
mbaruh
-1
/
+1
2021-04-15
Add off-duty expiration date to audit log
mbaruh
-2
/
+2
2021-04-15
Fix setup docstring to specify correct cog
mbaruh
-1
/
+1
2021-04-15
Remove extra newline
Boris Muratov
-1
/
+0
2021-04-14
Add Duty cog and new Moderators role
mbaruh
-4
/
+143
2021-04-14
Refactor embed to use just one line
Chris
-3
/
+1
2021-04-14
Catch NotFound errors when trying to delete the invocation message when cleaning
Chris
-2
/
+6
2021-04-14
Require at least one snowflake to be provided.
Chris
-0
/
+3
2021-04-14
Use a paginated embed to output multiple snowflakes
Chris
-9
/
+18
2021-04-13
Branding: adjust duration string for 1-day events
kwzrd
-0
/
+5
2021-04-13
Branding: use tz-aware datetime representation
kwzrd
-7
/
+8
2021-04-12
Remove reactions from everyone when paginating and waiting for trashcan react...
ToxicKidz
-44
/
+68
2021-04-12
Use == instead of str.startswith
ToxicKidz
-2
/
+3
2021-04-11
Sort the available help channels in #how-to-get-help by position
ToxicKidz
-1
/
+3
2021-04-11
Filtering: use a more thorough regex for zalgo & invisible chars
MarkKoz
-35
/
+91
2021-04-11
Recruitment: Don't use emoji literals
Matteo Bertucci
-9
/
+9
2021-04-09
AntiSpam: create tasks in a safer manner
MarkKoz
-8
/
+9
2021-04-09
AntiSpam: prevent attempts to punish a user multiple times
MarkKoz
-1
/
+3
2021-04-09
Filtering: remove invisible characters before checking filters
MarkKoz
-0
/
+22
[next]