aboutsummaryrefslogtreecommitdiff
path: root/discord/webhook/sync.py
Commit message (Expand)AuthorAgeFilesLines
* Add support for thread parameter in Webhook.sendRapptz2021-06-081-0/+13
* 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-1/+1
* 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-291-1/+4
* Add `fetch_message` for webhooksNadir Chowdhury2021-04-161-3/+62
* 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/+961