| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add default value for invitable in HTTPClient | Danny | 2021-08-26 | 1 | -1/+1 |
| | | |||||
| * | Add support for invitable thread option | Josh | 2021-08-26 | 1 | -0/+3 |
| | | |||||
| * | Fix some typings in HTTPClient to not take strict payload types | Rapptz | 2021-08-23 | 1 | -4/+4 |
| | | |||||
| * | Fix typings for member HTTP methods | Rapptz | 2021-08-23 | 1 | -41/+83 |
| | | |||||
| * | Fix type for content param in HTTPClient.send_message | Stocker | 2021-08-23 | 1 | -1/+1 |
| | | |||||
| * | Make json conversion functions private | Rapptz | 2021-08-22 | 1 | -4/+4 |
| | | |||||
| * | Make global log variable in modules private | Rapptz | 2021-08-22 | 1 | -8/+8 |
| | | |||||
| * | Remove deprecated TextChannel.active_threads for Guild version | Rapptz | 2021-08-18 | 1 | -2/+2 |
| | | | | | This also fills in the ThreadMember data from the endpoint | ||||
| * | Revert "Refactor Client.run to use asyncio.run" | Rapptz | 2021-08-11 | 1 | -2/+1 |
| | | | | | This reverts commit 6e6c8a7b2810747222a938c7fe3e466c2994b23f. | ||||
| * | Refactor Client.run to use asyncio.run | Rapptz | 2021-08-10 | 1 | -1/+2 |
| | | | | | | | | | This also adds asynchronous context manager support to allow for idiomatic asyncio usage for the lower-level counterpart. At first I wanted to remove Client.run but I figured that a lot of beginners would have been confused or not enjoyed the verbosity of the newer approach of using async-with. | ||||
| * | Remove unused log lines in HTTPClient | Rapptz | 2021-08-10 | 1 | -4/+0 |
| | | |||||
| * | Add TextChannel.default_auto_archive_duration | Rapptz | 2021-08-02 | 1 | -0/+1 |
| | | |||||
| * | Change payload to use sticker_ids instead of sticker_items | Rapptz | 2021-07-30 | 1 | -2/+2 |
| | | |||||
| * | Rename instances of nitro to premium | Rapptz | 2021-07-30 | 1 | -1/+1 |
| | | |||||
| * | implement guild stickers | Nadir Chowdhury | 2021-07-30 | 1 | -3/+61 |
| | | |||||
| * | Allow creating a public thread without a starter message | Rapptz | 2021-07-28 | 1 | -4/+2 |
| | | |||||
| * | Add reason kwarg to more methods | Nadir Chowdhury | 2021-07-28 | 1 | -18/+16 |
| | | |||||
| * | Fix incorrect typehint in send_message | Willy | 2021-07-21 | 1 | -2/+2 |
| | | |||||
| * | Re-try requests on 504 error and raise correct error | Lilly Rose Berner | 2021-07-09 | 1 | -3/+3 |
| | | |||||
| * | Allow use of orjson instead of json | Rapptz | 2021-07-07 | 1 | -1/+1 |
| | | | | | | | | The difference in speed seems negligible at start up, which is when most time is taken for actually parsing JSON. I could potentially be missing something but profiling didn't point to any discernable difference. | ||||
| * | Fix typing errors with Client | Rapptz | 2021-07-04 | 1 | -4/+6 |
| | | |||||
| * | Fix type errors and potentially unbound code in http.py | Rapptz | 2021-07-04 | 1 | -28/+35 |
| | | |||||
| * | Rework User.edit to have proper typing | Rapptz | 2021-06-29 | 1 | -7/+1 |
| | | |||||
| * | Add support for sending multiple embeds | Aomi Vel | 2021-06-27 | 1 | -2/+8 |
| | | |||||
| * | Type-Hint http.py | Josh | 2021-06-10 | 1 | -245/+518 |
| | | |||||
| * | Clarify actions that require manage_threads permission | Rapptz | 2021-06-08 | 1 | -0/+1 |
| | | |||||
| * | Bump gateway API to v9 | Rapptz | 2021-06-08 | 1 | -4/+4 |
| | | |||||
| * | Update thread typings and payloads to match documentation | Rapptz | 2021-06-08 | 1 | -8/+27 |
| | | |||||
| * | Implement remaining HTTP endpoints on threads | Rapptz | 2021-06-08 | 1 | -5/+11 |
| | | | | | | I'm not sure if I missed any -- but this is the entire documented set so far. | ||||
| * | First pass at preliminary thread support | Rapptz | 2021-06-08 | 1 | -0/+77 |
| | | | | | | This is missing a lot of functionality right now, such as two gateway events and all the HTTP CRUD endpoints. | ||||
| * | update types subpackage with latest docs | Nadir Chowdhury | 2021-06-07 | 1 | -10/+11 |
| | | |||||
| * | Add support for editing guild widgets | MhmCats | 2021-06-02 | 1 | -0/+3 |
| | | |||||
| * | Implement StageInstance | Nadir Chowdhury | 2021-05-30 | 1 | -0/+29 |
| | | |||||
| * | Add invite targets for voice channel invites | Zomatree | 2021-05-29 | 1 | -0/+12 |
| | | |||||
| * | Add initial support for buttons and components | Rapptz | 2021-05-27 | 1 | -2/+18 |
| | | |||||
| * | Typehint emoji classes | Rapptz | 2021-05-05 | 1 | -5/+1 |
| | | |||||
| * | Type hint GuildChannel and don't make it a Protocol | Rapptz | 2021-05-05 | 1 | -6/+16 |
| | | | | | This reverts GuildChannel back into a base class mixin. | ||||
| * | Add discovery_splash and community field to Guild.edit | Nadir Chowdhury | 2021-05-05 | 1 | -0/+2 |
| | | |||||
| * | Add fetch_invite with with_expiration | Nadir Chowdhury | 2021-05-01 | 1 | -1/+2 |
| | | |||||
| * | Fix guild application command endpoints | Joey van Langen | 2021-05-01 | 1 | -6/+6 |
| | | |||||
| * | Add types for ApplicationCommandPermissions & co | Nadir Chowdhury | 2021-05-01 | 1 | -0/+38 |
| | | |||||
| * | Add VoiceChannel.video_quality_mode | z03h | 2021-04-17 | 1 | -0/+2 |
| | | |||||
| * | Add `fetch_message` for webhooks | Nadir Chowdhury | 2021-04-16 | 1 | -0/+13 |
| | | |||||
| * | Some initial response typings | Rapptz | 2021-04-16 | 1 | -11/+24 |
| | | |||||
| * | Fix rate limit handling with retry_after precision change | Rapptz | 2021-04-15 | 1 | -1/+2 |
| | | |||||
| * | Rewrite webhooks to play better with typings and rate limits | Rapptz | 2021-04-15 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | This unfortunately required splitting the types into two. This led to a lot of unfortunate code duplication that I didn't really enjoy writing. The new design allows users to pass an authentication token to make webhook requests without the webhook token and allows to finally edit the webhook channel. The new design also uses a contextvar to store rate limiting information so multiple instances or recreating instances no longer clears the ratelimiting state since it's now essentially a "global" object. Closes #6525, closes #6662, closes #2509, closes #1761 | ||||
| * | First pass at supporting v8 API | Rapptz | 2021-04-11 | 1 | -11/+10 |
| | | |||||
| * | Use f-strings in more places that were missed. | Rapptz | 2021-04-08 | 1 | -2/+2 |
| | | |||||
| * | Revert "Remove unused group functionality" | Rapptz | 2021-04-07 | 1 | -0/+12 |
| | | | | | This reverts commit d69b2f0af563993bdae425f4bb92fb555a238933. | ||||
| * | Fix AttributeError on HTTPClient.send_file to be send_files | Steve C | 2021-04-07 | 1 | -1/+1 |
| | | |||||