aboutsummaryrefslogtreecommitdiff
path: root/discord/webhook/async_.py
Commit message (Expand)AuthorAgeFilesLines
* Change avatar_url type hint to Any instead of strRapptz2021-08-271-6/+7
* Fix Webhook return typesSteve C2021-08-261-6/+6
* Remove in-place edits and return fresh instances insteadRapptz2021-08-231-9/+29
* Add type hints to AsyncWebhookAdapter methodsRapptz2021-08-231-14/+18
* Fix webhook typings and use PartialMessageable instead of ObjectRapptz2021-08-221-13/+17
* Typehint async_context global variableRapptz2021-08-221-2/+2
* Make json conversion functions privateRapptz2021-08-221-2/+2
* Make global log variable in modules privateRapptz2021-08-221-4/+4
* Fix user cache acting incorrectly with evictionsRapptz2021-07-291-0/+3
* Remove extraneous __slots__ assignmentsRapptz2021-06-281-1/+1
* Add "new in version" missing in webhook documentation Rafael2021-06-271-2/+37
* Fix some webhook related type checker errorsRapptz2021-06-101-2/+4
* Add support for thread parameter in Webhook.sendRapptz2021-06-081-0/+19
* Remove view syncing before editing in viewsRapptz2021-05-311-3/+6
* Check for view finished state before resuming listening on editRapptz2021-05-311-1/+1
* Add support for sending and editing views in WebhookRapptz2021-05-301-5/+55
* Allow Webhook.send to send ephemeral messagesRapptz2021-05-301-2/+21
* Add interaction related endpoints to async webhookRapptz2021-05-271-0/+73
* Fix Webhook exampleapple502j2021-05-231-1/+1
* Fix various reference issues in documentationJosh2021-05-061-2/+0
* Replace uses of Ellipsis as sentinels with utils.MISSINGJosh2021-05-031-1/+1
* Clarify Webhook.send return value documentationNoName2021-05-021-3/+3
* Add utils.MISSINGNadir Chowdhury2021-04-291-11/+2
* [docs] Remove extraneous icon definitionJosh2021-04-251-2/+0
* Rename lingering _url Asset properties Nadir Chowdhury2021-04-211-1/+1
* Rewrite Asset designRapptz2021-04-161-90/+14
* Add `fetch_message` for webhooksNadir Chowdhury2021-04-161-3/+64
* Fix overloads on Webhook.send to not require wait kwargRapptz2021-04-151-1/+1
* Fix WebhookMessage.edit documentationRapptz2021-04-151-6/+1
* Fix rate limit handling with retry_after precision changeRapptz2021-04-151-2/+4
* Rewrite webhooks to play better with typings and rate limitsRapptz2021-04-151-0/+1388