aboutsummaryrefslogtreecommitdiff
path: root/discord/webhook
Commit message (Expand)AuthorAgeFilesLines
* Add support for thread parameter in Webhook.sendRapptz2021-06-082-0/+32
* 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-062-4/+0
* Replace uses of Ellipsis as sentinels with utils.MISSINGJosh2021-05-032-2/+2
* Clarify Webhook.send return value documentationNoName2021-05-022-4/+4
* Fix SyncWebhook exception case causing attribute errorsRapptz2021-05-011-0/+3
* Fix sending multipart data with SyncWebhookRapptz2021-05-011-4/+8
* Add utils.MISSINGNadir Chowdhury2021-04-292-12/+6
* [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-162-6/+126
* Fix overloads on Webhook.send to not require wait kwargRapptz2021-04-152-2/+2
* Fix WebhookMessage.edit documentationRapptz2021-04-152-12/+2
* Fix rate limit handling with retry_after precision changeRapptz2021-04-152-4/+8
* Rewrite webhooks to play better with typings and rate limitsRapptz2021-04-153-0/+2362