| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace uses of Ellipsis as sentinels with utils.MISSING | Josh | 2021-05-03 | 2 | -2/+2 |
| * | Clarify Webhook.send return value documentation | NoName | 2021-05-02 | 2 | -4/+4 |
| * | 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 | 2 | -12/+6 |
| * | [docs] Remove extraneous icon definition | Josh | 2021-04-25 | 1 | -2/+0 |
| * | Rename lingering _url Asset properties | Nadir Chowdhury | 2021-04-21 | 1 | -1/+1 |
| * | Rewrite Asset design | Rapptz | 2021-04-16 | 1 | -90/+14 |
| * | Add `fetch_message` for webhooks | Nadir Chowdhury | 2021-04-16 | 2 | -6/+126 |
| * | Fix overloads on Webhook.send to not require wait kwarg | Rapptz | 2021-04-15 | 2 | -2/+2 |
| * | Fix WebhookMessage.edit documentation | Rapptz | 2021-04-15 | 2 | -12/+2 |
| * | Fix rate limit handling with retry_after precision change | Rapptz | 2021-04-15 | 2 | -4/+8 |
| * | Rewrite webhooks to play better with typings and rate limits | Rapptz | 2021-04-15 | 3 | -0/+2362 |