50 Commits (44ec9f40c784114e108839621e45c2846a926fa1)

Author SHA1 Message Date
Rapptz 7f345f194f Allow Interaction webhook URLs to be used in Webhook.from_url 2 years ago
Rapptz c13a35e911 Fix channel edits on webhooks sending two requests 2 years ago
scruz e832a21c32 Fix return types in sync.py docstring 2 years ago
dolfies 8a1a3ffcce Fix issues with previous upstream commits 2 years ago
Rapptz 6ec3ecd493 Add support for silent messages 2 years ago
Rapptz 57b118b393 Fix webhooks and interactions not closing files after a request 2 years ago
Rapptz 9e81872fc8 Remove buckets from webhook ratelimit warnings 3 years ago
Nihaal Sangha 6187e05ee2 Fix unescaped period in webhook regex 3 years ago
Nadir Chowdhury c9d6d3d1df Add extra details to rate limit logs 3 years ago
Rapptz 72ca280bf2 Add support for new thread_name parameter in Webhook.send 3 years ago
I. Ahmad 0bdc4d7281 Use json_or_text helper for parsing webhook responses 3 years ago
Rapptz f4fd87be8d Use explicit UTF-8 encoding in SyncWebhook 3 years ago
Rapptz 18ae88b791 Improve generic duck type programming with PartialMessageable 3 years ago
dolfies bea744bf1d Fix hread typo 2 years ago
Rapptz cf2707b2fb Propagate thread_id in webhook message methods 3 years ago
Josh e01d4a31eb
Replace invariant container types with wider types where applicable 3 years ago
Stocker 5aa696ccfa
Fix typing issues and improve typing completeness across the library 3 years ago
chromacoat dreamkey 095aaa9ad1
Change wording of InvalidArgument removal in docs 3 years ago
Stocker 554d2d7c99
Add the suppress_embeds parameter to send methods 3 years ago
Josh 147948af9b
Use typing.Self throughout library 3 years ago
Josh 2b69b5d545
Remove discord.InvalidArgument 3 years ago
Rapptz 88b520b5ab Reformat code using black 3 years ago
Josh dede5539ee
Add support for editing message attachments 3 years ago
Rapptz 9c066a8cf6 Refactor internal message sending and editing parameter passing 3 years ago
Rapptz 4fa2a6e63e Fix memory leak in webhooks not deallocating locks 3 years ago
dolfies a1a773c6bb Remove unused imports 3 years ago
dolfies d4b592cf49 Fix webhook/ 4 years ago
dolfies 4f09c51500 Migrate webhooks/ 4 years ago
Rapptz 29b808d33f Change avatar_url type hint to Any instead of str 4 years ago
Steve C 059ec161f8
Fix Webhook return types 4 years ago
Rapptz 490bbffc93 Remove in-place edits and return fresh instances instead 4 years ago
Rapptz 69f578abdc Fix webhook typings and use PartialMessageable instead of Object 4 years ago
Rapptz 4a72201617 Make json conversion functions private 4 years ago
Rapptz ea2d972666 Make global log variable in modules private 4 years ago
Rapptz 658b61d468 Fix SyncWebhook not working across thread barriers 4 years ago
Rapptz f7d551953b Remove extraneous __slots__ assignments 4 years ago
Rapptz 92ee2cd598 Add support for thread parameter in Webhook.send 4 years ago
Josh 3864fb37a0
Fix various reference issues in documentation 4 years ago
Josh dc67d2bd85
Replace uses of Ellipsis as sentinels with utils.MISSING 4 years ago
NoName 2793fc06d5
Clarify Webhook.send return value documentation 4 years ago
Rapptz 60c1240849 Fix SyncWebhook exception case causing attribute errors 4 years ago
Rapptz 02e21a8905 Fix sending multipart data with SyncWebhook 4 years ago
Nadir Chowdhury c786a85a9b
Add utils.MISSING 4 years ago
Nadir Chowdhury 57dbb37a52
Add `fetch_message` for webhooks 4 years ago
Rapptz 90d59bb06c Fix overloads on Webhook.send to not require wait kwarg 4 years ago
Rapptz 0542b129c2 Fix WebhookMessage.edit documentation 4 years ago
Rapptz 1f74b051a8 Fix rate limit handling with retry_after precision change 4 years ago
Rapptz a6f7213c89 Rewrite webhooks to play better with typings and rate limits 4 years ago