| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add support for thread parameter in Webhook.send | Rapptz | 2021-06-08 | 1 | -0/+13 |
| * | Fix various reference issues in documentation | Josh | 2021-05-06 | 1 | -2/+0 |
| * | Replace uses of Ellipsis as sentinels with utils.MISSING | Josh | 2021-05-03 | 1 | -1/+1 |
| * | Clarify Webhook.send return value documentation | NoName | 2021-05-02 | 1 | -1/+1 |
| * | Fix SyncWebhook exception case causing attribute errors | Rapptz | 2021-05-01 | 1 | -0/+3 |
| * | Fix sending multipart data with SyncWebhook | Rapptz | 2021-05-01 | 1 | -4/+8 |
| * | Add utils.MISSING | Nadir Chowdhury | 2021-04-29 | 1 | -1/+4 |
| * | Add `fetch_message` for webhooks | Nadir Chowdhury | 2021-04-16 | 1 | -3/+62 |
| * | Fix overloads on Webhook.send to not require wait kwarg | Rapptz | 2021-04-15 | 1 | -1/+1 |
| * | Fix WebhookMessage.edit documentation | Rapptz | 2021-04-15 | 1 | -6/+1 |
| * | Fix rate limit handling with retry_after precision change | Rapptz | 2021-04-15 | 1 | -2/+4 |
| * | Rewrite webhooks to play better with typings and rate limits | Rapptz | 2021-04-15 | 1 | -0/+961 |