aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Expand)AuthorLines
2021-10-11Make `extract_message_links` an instance methodGravatar Shivansh-31/+30
2021-10-11Use better variable namesGravatar Shivansh-2/+4
2021-10-11Apply requested changes to doc stringsGravatar Shivansh-4/+4
2021-10-11Only process the first 10 message linksGravatar Shivansh-3/+1
2021-10-11(incidents):Log with error if webhook not foundGravatar Shivansh-0/+3
2021-10-11(incidents): Use subtests for test_shorten_textGravatar Shivansh-4/+4
2021-10-11(incidents): Add test for text shortnerGravatar Shivansh-10/+18
2021-10-11(incidents): Refactor text shortnerGravatar Shivansh-10/+16
2021-10-11Rework text shortner.Gravatar Shivansh-4/+19
2021-10-11Write tests for this featureGravatar Shivansh-3/+66
2021-10-11Fix truncation bugGravatar Shivansh-3/+4
2021-10-11Handle discord.errors.NotFound while deleting msg link webhook embedsGravatar Shivansh-007-1/+4
2021-10-11Remove leading whitespace from msg link embed contentGravatar Shivansh-007-1/+1
2021-10-11Rename 'send_webhooks' to 'send_message_link_embed'Gravatar Shivansh-007-3/+3
2021-10-11Appy requested grammar changes.Gravatar Shivansh-007-5/+5
2021-10-11Remove redundant codeGravatar Shivansh-007-4/+2
2021-10-11Rework message link embed.Gravatar Shivansh-007-7/+9
2021-10-11Bug fixesGravatar Shivansh-007-16/+14
2021-10-11Don't send errors, instead log them.Gravatar Shivansh-007-9/+9
2021-10-11Do required flake8 changes in docstrings.Gravatar Shivansh-007-4/+8
2021-10-11Use tasks to fetch incidents channel webhook.Gravatar Shivansh-007-9/+13
2021-10-11On msg edits, edit the msg link embed rather than deleting itGravatar Shivansh-007-4/+9
2021-10-11Make incidents channel webhook a cog level attributeGravatar Shivansh-007-6/+6
2021-10-11Use str() rather than f string for single variable.Gravatar Shivansh-007-1/+1
2021-10-11Don't allow more than 10 embeds per report.Gravatar Shivansh-007-53/+32
2021-10-11Revert changes done by black.Gravatar Shivansh-007-43/+13
2021-10-11Updates type hints for `message_link_embeds_cache`.Gravatar Shivansh-007-1/+7
2021-10-11Refactors code.Gravatar Shivansh-007-26/+94
2021-10-11Use `DiscordException` instead of broad exception clause.Gravatar Shivansh-007-2/+2
2021-10-11Apply grammar and style changes.Gravatar Shivansh-007-13/+20
2021-10-11Run black code formatter.Gravatar Shivansh-007-21/+53
2021-10-11Ignore N802 in 'asyncSetUp' and 'asyncTearDown' function in test_incidents.pyGravatar Shivansh-007-2/+2
2021-10-11Allign comments to maintain readabilityGravatar Shivansh-007-3/+3
2021-10-11Modify tests to support redis cache, done with the help @SebastiaanZGravatar Shivansh-007-16/+16
2021-10-11Run webhook message deletion if webhook_msg_id var is TrueGravatar Shivansh-007-5/+7
2021-10-11Update regex to support all message links i.e. support for 'app', 'canary', '...Gravatar Shivansh-007-3/+4
2021-10-11Add a docstring to 'send_webhooks' functionGravatar Shivansh-007-0/+9
2021-10-11If message content more than 500 characters shorten it done to 300 charactersGravatar Shivansh-007-24/+34
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