52 Commits (e64d8b71bda0e2b573e0daba2beb484e34f07cee)

Author SHA1 Message Date
Rapptz 44a44e938f Reformat entire project with ruff instead of black 10 months ago
DA344 50caa3c82c
Add support for components V2 10 months ago
DA344 6ab747f9e5
Add support for sending views in stateless webhooks 1 year ago
DA344 e43bd8692c
Add support for Polls 2 years ago
Vioshim 5497674ae2
Add support for applied_tags in Webhook.send overloaded methods 2 years ago
owocado 425edd2e10
Improve __repr__ for Webhook and SyncWebhook 2 years ago
Rapptz 3951b61440 Allow Interaction webhook URLs to be used in Webhook.from_url 3 years ago
Rapptz da10065c19 Fix channel edits on webhooks sending two requests 3 years ago
scruz 53de3f9cbb
Fix return types in sync.py docstring 3 years ago
Rapptz 183675be74 Add support for silent messages 3 years ago
Rapptz 7e95f98521 Fix webhooks and interactions not closing files after a request 3 years ago
Ionite 6981eb69c4
Normalize type formatting in TypeError 4 years ago
Rapptz 7d1cb08c6d Remove buckets from webhook ratelimit warnings 4 years ago
Nihaal Sangha 3af6b9a1e9
Fix unescaped period in webhook regex 4 years ago
apple502j b95db674c0
Fix some typos 4 years ago
Nadir Chowdhury 85495a910c
Add extra details to rate limit logs 4 years ago
Rapptz e543abd950 Add support for new thread_name parameter in Webhook.send 4 years ago
I. Ahmad f82ec46acf
Use json_or_text helper for parsing webhook responses 4 years ago
Rapptz c779e34fa0 Use explicit UTF-8 encoding in SyncWebhook 4 years ago
Rapptz d56f5150fa Fix oversight of edit parameters not being keyword only 4 years ago
Rapptz 8699d2139a Improve generic duck type programming with PartialMessageable 4 years ago
Rapptz cf2707b2fb Propagate thread_id in webhook message methods 4 years ago
Josh e01d4a31eb
Replace invariant container types with wider types where applicable 4 years ago
Stocker 5aa696ccfa
Fix typing issues and improve typing completeness across the library 4 years ago
chromacoat dreamkey 095aaa9ad1
Change wording of InvalidArgument removal in docs 4 years ago
Stocker 554d2d7c99
Add the suppress_embeds parameter to send methods 4 years ago
Josh 147948af9b
Use typing.Self throughout library 4 years ago
Josh 2b69b5d545
Remove discord.InvalidArgument 4 years ago
Rapptz 88b520b5ab Reformat code using black 4 years ago
Josh dede5539ee
Add support for editing message attachments 4 years ago
Rapptz 9c066a8cf6 Refactor internal message sending and editing parameter passing 4 years ago
Rapptz 4fa2a6e63e Fix memory leak in webhooks not deallocating locks 4 years ago
Rapptz 29b808d33f Change avatar_url type hint to Any instead of str 5 years ago
Steve C 059ec161f8
Fix Webhook return types 5 years ago
Rapptz 490bbffc93 Remove in-place edits and return fresh instances instead 5 years ago
Rapptz 69f578abdc Fix webhook typings and use PartialMessageable instead of Object 5 years ago
Rapptz 4a72201617 Make json conversion functions private 5 years ago
Rapptz ea2d972666 Make global log variable in modules private 5 years ago
Rapptz 658b61d468 Fix SyncWebhook not working across thread barriers 5 years ago
Rapptz f7d551953b Remove extraneous __slots__ assignments 5 years ago
Rapptz 92ee2cd598 Add support for thread parameter in Webhook.send 5 years ago
Josh 3864fb37a0
Fix various reference issues in documentation 5 years ago
Josh dc67d2bd85
Replace uses of Ellipsis as sentinels with utils.MISSING 5 years ago
NoName 2793fc06d5
Clarify Webhook.send return value documentation 5 years ago
Rapptz 60c1240849 Fix SyncWebhook exception case causing attribute errors 5 years ago
Rapptz 02e21a8905 Fix sending multipart data with SyncWebhook 5 years ago
Nadir Chowdhury c786a85a9b
Add utils.MISSING 5 years ago
Nadir Chowdhury 57dbb37a52
Add `fetch_message` for webhooks 5 years ago
Rapptz 90d59bb06c Fix overloads on Webhook.send to not require wait kwarg 5 years ago
Rapptz 0542b129c2 Fix WebhookMessage.edit documentation 5 years ago