index
:
bot
fix-eval-message-limit
fix/modpings
inject-settings-in-bot-core
jb3/3.14-upgrade
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-10-11
Rollback to changes which aren't required
Shivansh-007
-6
/
+6
2021-10-11
Fix tests according to the changes done to incidents.py
Shivansh-007
-3
/
+19
2021-10-11
Use str() when checking for message.content
Shivansh-007
-1
/
+1
2021-10-11
Use MessageConverter to find messages
Shivansh-007
-25
/
+35
2021-10-11
Send multiple webhook messages in case of more than 10 message links
Shivansh-007
-9
/
+22
2021-10-11
Add incidents webhook to default config template
Shivansh-007
-0
/
+1
2021-10-11
Send webhook embed containing information about the message if there is a mes...
Shivansh-007
-4
/
+70
2021-10-10
Fix typo in bot/exts/info/doc/_cog.py
Richard Si
-1
/
+1
2021-10-10
Handle 400 when setting pre-existing doc package
Richard Si
-1
/
+9
2021-10-06
Kill subdomains from configuration file.
Johannes Christ
-3
/
+3
2021-10-06
Add appeal categories to mod categories
Chris Lovering
-0
/
+4
2021-10-06
Revert "Apply infractions before DMing"
Matteo Bertucci
-10
/
+8
2021-10-05
Use `isinstance` instead of `hasattr` to determine if `Member`
Izan
-2
/
+2
2021-10-05
Fix linting
TizzySaurus
-0
/
+1
2021-10-05
Fix if statement error
TizzySaurus
-10
/
+9
2021-10-05
Make attachments check explicit
TizzySaurus
-1
/
+1
2021-10-05
Improvements to anti-spam log message
TizzySaurus
-3
/
+9
2021-10-04
Use utcnow() and lower a logging level in patch_typing
Chris Lovering
-3
/
+3
2021-10-04
Move all monkey patches to their own file
Chris Lovering
-23
/
+22
2021-10-04
Monkey patch http.send_typing to catch 403s
Chris Lovering
-1
/
+35
2021-10-03
Check cache for Members and Users
Chris Lovering
-5
/
+5
2021-10-03
Block helpers from editing nomination reasons in channels other than #nominat...
Chris Lovering
-3
/
+7
2021-10-03
Handle channel category being None in antispam/malware checks
wookie184
-2
/
+2
2021-10-03
Force kwargs when calling helper util
ChrisJL
-1
/
+2
2021-10-03
Allow helpers to edit their own nomination reason
Chris Lovering
-8
/
+60
2021-09-29
python-news escape fixes (#1822)
TizzySaurus
-5
/
+16
2021-09-29
Add new poetry tasks for pytest
Chris Lovering
-1
/
+2
2021-09-29
Rename channel helper to be consistent with other helpers
Chris Lovering
-6
/
+6
2021-09-29
Mock fetch_member in tests that user get_or_fetch now
Chris Lovering
-6
/
+15
2021-09-29
Migrate all Guild.get_member calls to get_or_fetch_member
Chris Lovering
-46
/
+53