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