aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Expand)AuthorLines
2021-10-11Rollback to changes which aren't requiredGravatar Shivansh-007-6/+6
2021-10-11Fix tests according to the changes done to incidents.pyGravatar Shivansh-007-3/+19
2021-10-11Use str() when checking for message.contentGravatar Shivansh-007-1/+1
2021-10-11Use MessageConverter to find messagesGravatar Shivansh-007-25/+35
2021-10-11Send multiple webhook messages in case of more than 10 message linksGravatar Shivansh-007-9/+22
2021-10-11Add incidents webhook to default config templateGravatar Shivansh-007-0/+1
2021-10-11Send webhook embed containing information about the message if there is a mes...Gravatar Shivansh-007-4/+70
2021-10-10Fix typo in bot/exts/info/doc/_cog.py Gravatar Richard Si-1/+1
2021-10-10Handle 400 when setting pre-existing doc packageGravatar Richard Si-1/+9
2021-10-06Kill subdomains from configuration file.Gravatar Johannes Christ-3/+3
2021-10-06Add appeal categories to mod categoriesGravatar Chris Lovering-0/+4
2021-10-06Revert "Apply infractions before DMing"Gravatar Matteo Bertucci-10/+8
2021-10-05Use `isinstance` instead of `hasattr` to determine if `Member`Gravatar Izan-2/+2
2021-10-05Fix lintingGravatar TizzySaurus-0/+1
2021-10-05Fix if statement errorGravatar TizzySaurus-10/+9
2021-10-05Make attachments check explicitGravatar TizzySaurus-1/+1
2021-10-05Improvements to anti-spam log messageGravatar TizzySaurus-3/+9
2021-10-04Use utcnow() and lower a logging level in patch_typingGravatar Chris Lovering-3/+3
2021-10-04Move all monkey patches to their own fileGravatar Chris Lovering-23/+22
2021-10-04Monkey patch http.send_typing to catch 403sGravatar Chris Lovering-1/+35
2021-10-03Check cache for Members and UsersGravatar Chris Lovering-5/+5
2021-10-03Block helpers from editing nomination reasons in channels other than #nominat...Gravatar Chris Lovering-3/+7
2021-10-03Handle channel category being None in antispam/malware checksGravatar wookie184-2/+2
2021-10-03Force kwargs when calling helper utilGravatar ChrisJL-1/+2
2021-10-03Allow helpers to edit their own nomination reasonGravatar Chris Lovering-8/+60
2021-09-29python-news escape fixes (#1822)Gravatar TizzySaurus-5/+16
2021-09-29Add new poetry tasks for pytestGravatar Chris Lovering-1/+2
2021-09-29Rename channel helper to be consistent with other helpersGravatar Chris Lovering-6/+6
2021-09-29Mock fetch_member in tests that user get_or_fetch nowGravatar Chris Lovering-6/+15
2021-09-29Migrate all Guild.get_member calls to get_or_fetch_memberGravatar Chris Lovering-46/+53