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
/
helpers.py
(
unfollow
)
Commit message (
Expand
)
Author
Lines
2021-04-29
feat: Use embed timestamp in modpings off
ToxicKidz
-3
/
+5
2021-04-28
CodeSnippets: fix type annotations
MarkKoz
-4
/
+5
2021-04-28
CodeSnippets: add more detail to the request error message
MarkKoz
-2
/
+3
2021-04-28
CodeSnippets: use a lower log level for 404 responses
MarkKoz
-1
/
+2
2021-04-28
CodeSnippets: avoid returning None when request raises an exception
MarkKoz
-10
/
+13
2021-04-28
Address error behavior update.
kosayoda
-3
/
+3
2021-04-28
Remove BrandingError check.
kosayoda
-5
/
+0
2021-04-28
Make flake8 happy :D
rohan
-1
/
+1
2021-04-28
Use guild.afk_channel atr to retrieve afk Channel instance.
rohan
-3
/
+1
2021-04-27
Wait for cache to fill before redirecting
Andi Qu
-0
/
+1
2021-04-27
Use a specific error message when a warned user isn't in the guild
Matteo Bertucci
-3
/
+15
2021-04-27
Redirect to #bot-commands if the message's length is > 1000
Andi Qu
-5
/
+16
2021-04-27
Fixed the line limit and halved the char limit
Andi Qu
-1
/
+1
2021-04-27
Merge two comments into one
Andi Qu
-2
/
+1
2021-04-25
Wait for cache to be loaded before accesing member voice state and channels.
rohan
-0
/
+1
2021-04-24
Tests: simplify public flags handling
Matteo Bertucci
-8
/
+2
2021-04-21
chore: Revert back to 'Due'
ToxicKidz
-1
/
+1
2021-04-20
chore: Use Embed.timestamp for showing when the reminder will be sent
ToxicKidz
-5
/
+8
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-20
Add method for suspending member's stream when revoking stream perms.
Rohan
-4
/
+27
2021-04-19
Add afk voice channel to constants.
Rohan
-0
/
+2
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
Add blacklist format to the BOT_TRACE_LOGGERS env var
Numerlor
-4
/
+21
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
Sort snippet matches by their start position
Andi Qu
-5
/
+10
2021-04-17
Tests: members shouldn't have any public flags
Matteo Bertucci
-0
/
+8
2021-04-17
Move the verified developer badge to the embed title
Matteo Bertucci
-3
/
+5
2021-04-17
Make YAMLGetter raise AttributeError instead of KeyError
Matteo Bertucci
-3
/
+4
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
[next]