93 Commits (master)

Author SHA1 Message Date
Josh 2b69b5d545
Remove discord.InvalidArgument 3 years ago
jack1142 40dc8d1d9d
Change Webhook.avatar to be consistent with User.avatar 3 years ago
Rapptz 88b520b5ab Reformat code using black 3 years ago
Josh dede5539ee
Add support for editing message attachments 3 years ago
jack1142 dc19c6c7d5
Add positional-only arguments in more places 3 years ago
Rapptz 92d1b4cd2b Refactor interaction response handling to support files 3 years ago
Rapptz 9c066a8cf6 Refactor internal message sending and editing parameter passing 3 years ago
Josh 08bee0eeb6
Add support for file/attachment descriptions 3 years ago
Rapptz 4fa2a6e63e Fix memory leak in webhooks not deallocating locks 3 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 9dd86bbcb3 Add type hints to AsyncWebhookAdapter methods 4 years ago
Rapptz 69f578abdc Fix webhook typings and use PartialMessageable instead of Object 4 years ago
Rapptz e1e3e298b5 Typehint async_context global variable 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 ecf239d2a2 Fix user cache acting incorrectly with evictions 4 years ago
Rapptz f7d551953b Remove extraneous __slots__ assignments 4 years ago
Rafael cbe7a1b3a2
Add "new in version" missing in webhook documentation 4 years ago
Rapptz fc66c5b92d Fix some webhook related type checker errors 4 years ago
Rapptz 92ee2cd598 Add support for thread parameter in Webhook.send 4 years ago
Rapptz d0097c4281 Remove view syncing before editing in views 4 years ago
Rapptz 4a3491cc0a Check for view finished state before resuming listening on edit 4 years ago
Rapptz 2ebd5315f9 Add support for sending and editing views in Webhook 4 years ago
Rapptz db58e628ba Allow Webhook.send to send ephemeral messages 4 years ago
Rapptz 85758a75b3 Add interaction related endpoints to async webhook 4 years ago
apple502j 5acb3a62f8
Fix Webhook example 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
Josh 20c2664a50
[docs] Remove extraneous icon definition 4 years ago
Nadir Chowdhury f4165755a9
Rename lingering _url Asset properties 4 years ago
Rapptz 9eaf1e85e4 Rewrite Asset design 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