| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Make parameters passed to Reaction.user keyword-only | Rapptz | 2021-06-10 | 1 | -1/+1 | |
| | | ||||||
| * | Typehint Reaction | Rapptz | 2021-06-10 | 1 | -16/+27 | |
| | | ||||||
| * | Rename Reaction.custom_emoji to Reaction.is_custom_emoji | Rapptz | 2021-06-10 | 1 | -3/+2 | |
| | | | | | | This legacy attribute was apparently never changed to be consistent with the rest of the library | |||||
| * | Type-Hint appinfo/team | Josh | 2021-06-10 | 3 | -47/+53 | |
| | | ||||||
| * | Fix some webhook related type checker errors | Rapptz | 2021-06-10 | 3 | -5/+7 | |
| | | ||||||
| * | Don't use class attribute syntax for Guild typings | Rapptz | 2021-06-10 | 1 | -83/+40 | |
| | | ||||||
| * | Type-Hint http.py | Josh | 2021-06-10 | 10 | -252/+617 | |
| | | ||||||
| * | Close ClientSession after closing websocket connections | Rapptz | 2021-06-10 | 1 | -1/+1 | |
| | | ||||||
| * | None check in InteractionResponse.edit_message | Devon R | 2021-06-10 | 1 | -1/+1 | |
| | | ||||||
| * | Add category_id shortcut to Thread | Lilly Rose Berner | 2021-06-09 | 1 | -0/+20 | |
| | | ||||||
| * | Add __str__ method to Thread | Lilly Rose Berner | 2021-06-09 | 1 | -0/+3 | |
| | | ||||||
| * | Add audit log entries for stage instances | Nadir Chowdhury | 2021-06-09 | 3 | -77/+123 | |
| | | ||||||
| * | Refactor Guild to support type hints | Rapptz | 2021-06-08 | 3 | -387/+551 | |
| | | | | | | | | | | | | | This patch also does the following: * Sets some parameters to be positional only * Changes Guild.edit to use the MISSING sentinel * Changes the various create_channel methods to be type safe * Changes many parameters from Optional[T] to use MISSING * Changes Guild.create_role to use MISSING sentinel This refactor is mostly partial but lays a decent foundation | |||||
| * | [types] Use proper type for Guild.threads | Rapptz | 2021-06-08 | 1 | -1/+2 | |
| | | ||||||
| * | [types] Split PartialVoiceState for proper gateway type | Rapptz | 2021-06-08 | 2 | -5/+9 | |
| | | ||||||
| * | Add Thread.permissions_for helper functionfeature/threads | Rapptz | 2021-06-08 | 1 | -2/+36 | |
| | | ||||||
| * | Allow pins events to work with threads | Rapptz | 2021-06-08 | 2 | -2/+2 | |
| | | ||||||
| * | Add message purging functions to Thread | Rapptz | 2021-06-08 | 1 | -3/+175 | |
| | | ||||||
| * | Don't dispatch thread_join on extraneous THREAD_CREATE dispatches | Rapptz | 2021-06-08 | 1 | -2/+4 | |
| | | ||||||
| * | Parse remaining thread events. | Rapptz | 2021-06-08 | 4 | -9/+114 | |
| | | ||||||
| * | Add ThreadMember.thread | Rapptz | 2021-06-08 | 1 | -0/+5 | |
| | | ||||||
| * | Add support for thread parameter in Webhook.send | Rapptz | 2021-06-08 | 2 | -0/+32 | |
| | | ||||||
| * | Add TextChannel.active_threads | Rapptz | 2021-06-08 | 1 | -0/+20 | |
| | | ||||||
| * | Clarify actions that require manage_threads permission | Rapptz | 2021-06-08 | 3 | -7/+35 | |
| | | ||||||
| * | Add thread related permissions | Rapptz | 2021-06-08 | 1 | -1/+26 | |
| | | ||||||
| * | Add TextChannel.get_thread shortcut helper | Rapptz | 2021-06-08 | 1 | -0/+17 | |
| | | ||||||
| * | Change how threads are created | Rapptz | 2021-06-08 | 2 | -12/+37 | |
| | | | | | | | | | Instead of start_public_thread and start_private_thread they'll now be one method. I might revert this if starting a public thread without a message never ends up happening. | |||||
| * | Fix import error with threads archived iterator | Rapptz | 2021-06-08 | 1 | -0/+1 | |
| | | ||||||
| * | Add __repr__ for the thread classes | Rapptz | 2021-06-08 | 1 | -0/+9 | |
| | | ||||||
| * | Add minor parsing for THREAD_LIST_SYNC and THREAD_MEMBER_UPDATE | Rapptz | 2021-06-08 | 3 | -4/+58 | |
| | | | | | There's no dispatch for these yet | |||||
| * | Replace Ellipsis with utils.MISSING | Rapptz | 2021-06-08 | 1 | -11/+12 | |
| | | ||||||
| * | Fix partial thread members | Rapptz | 2021-06-08 | 1 | -6/+18 | |
| | | ||||||
| * | Add Thread.is_news() | Rapptz | 2021-06-08 | 1 | -0/+4 | |
| | | ||||||
| * | Bump gateway API to v9 | Rapptz | 2021-06-08 | 1 | -4/+4 | |
| | | ||||||
| * | Update thread typings and payloads to match documentation | Rapptz | 2021-06-08 | 6 | -22/+77 | |
| | | ||||||
| * | Allow Message.channel to be a thread | Rapptz | 2021-06-08 | 3 | -6/+11 | |
| | | ||||||
| * | TextChannel.archived_threads is not a coroutine | Rapptz | 2021-06-08 | 1 | -1/+1 | |
| | | ||||||
| * | Fix typo with archived_threads iterator leading to AttributeError | Rapptz | 2021-06-08 | 1 | -1/+1 | |
| | | ||||||
| * | Fix typo in start_private_thread | Rapptz | 2021-06-08 | 1 | -2/+2 | |
| | | | | | This also renames archive_threads to archived_threads | |||||
| * | [types] Fix some minor ordering mishap on MessageType | Rapptz | 2021-06-08 | 1 | -1/+1 | |
| | | ||||||
| * | Implement remaining HTTP endpoints on threads | Rapptz | 2021-06-08 | 5 | -11/+365 | |
| | | | | | | 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 | 9 | -12/+504 | |
| | | | | | | This is missing a lot of functionality right now, such as two gateway events and all the HTTP CRUD endpoints. | |||||
| * | [types] Add support thread API typings | Rapptz | 2021-06-08 | 4 | -3/+84 | |
| | | ||||||
| * | Grammatical improvements in View documentation | UP929312 | 2021-06-08 | 1 | -2/+2 | |
| | | ||||||
| * | Fix AttributeError in is_nsfw() methods | Rapptz | 2021-06-08 | 1 | -3/+3 | |
| | | ||||||
| * | update types subpackage with latest docs | Nadir Chowdhury | 2021-06-07 | 8 | -46/+215 | |
| | | ||||||
| * | Add Guild.nsfw_level | Nadir Chowdhury | 2021-06-07 | 4 | -7/+36 | |
| | | ||||||
| * | Add Embed.remove_footer | Arnav Jindal | 2021-06-07 | 1 | -0/+15 | |
| | | ||||||
| * | Add support for integration create/update/delete events | Nadir Chowdhury | 2021-06-07 | 4 | -2/+103 | |
| | | ||||||
| * | Add the Guild.delete_custom_emoji method | TheLeadingLlama | 2021-06-07 | 1 | -0/+25 | |
| | | ||||||