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