aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix typing of IntegrationAccount classJosh2021-06-111-3/+3
|
* Make View timeout parameter keyword-onlyRapptz2021-06-101-1/+1
|
* Make parameters passed to Reaction.user keyword-onlyRapptz2021-06-101-1/+1
|
* Typehint ReactionRapptz2021-06-101-16/+27
|
* Rename Reaction.custom_emoji to Reaction.is_custom_emojiRapptz2021-06-101-3/+2
| | | | | This legacy attribute was apparently never changed to be consistent with the rest of the library
* Type-Hint appinfo/teamJosh2021-06-103-47/+53
|
* Fix some webhook related type checker errorsRapptz2021-06-103-5/+7
|
* Don't use class attribute syntax for Guild typingsRapptz2021-06-101-83/+40
|
* Type-Hint http.pyJosh2021-06-1010-252/+617
|
* Close ClientSession after closing websocket connectionsRapptz2021-06-101-1/+1
|
* None check in InteractionResponse.edit_messageDevon R2021-06-101-1/+1
|
* Add category_id shortcut to ThreadLilly Rose Berner2021-06-091-0/+20
|
* Add __str__ method to ThreadLilly Rose Berner2021-06-091-0/+3
|
* Add audit log entries for stage instancesNadir Chowdhury2021-06-093-77/+123
|
* Refactor Guild to support type hintsRapptz2021-06-083-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.threadsRapptz2021-06-081-1/+2
|
* [types] Split PartialVoiceState for proper gateway typeRapptz2021-06-082-5/+9
|
* Add Thread.permissions_for helper functionfeature/threadsRapptz2021-06-081-2/+36
|
* Allow pins events to work with threadsRapptz2021-06-082-2/+2
|
* Add message purging functions to ThreadRapptz2021-06-081-3/+175
|
* Don't dispatch thread_join on extraneous THREAD_CREATE dispatchesRapptz2021-06-081-2/+4
|
* Parse remaining thread events.Rapptz2021-06-084-9/+114
|
* Add ThreadMember.threadRapptz2021-06-081-0/+5
|
* Add support for thread parameter in Webhook.sendRapptz2021-06-082-0/+32
|
* Add TextChannel.active_threadsRapptz2021-06-081-0/+20
|
* Clarify actions that require manage_threads permissionRapptz2021-06-083-7/+35
|
* Add thread related permissionsRapptz2021-06-081-1/+26
|
* Add TextChannel.get_thread shortcut helperRapptz2021-06-081-0/+17
|
* Change how threads are createdRapptz2021-06-082-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 iteratorRapptz2021-06-081-0/+1
|
* Add __repr__ for the thread classesRapptz2021-06-081-0/+9
|
* Add minor parsing for THREAD_LIST_SYNC and THREAD_MEMBER_UPDATERapptz2021-06-083-4/+58
| | | | There's no dispatch for these yet
* Replace Ellipsis with utils.MISSINGRapptz2021-06-081-11/+12
|
* Fix partial thread membersRapptz2021-06-081-6/+18
|
* Add Thread.is_news()Rapptz2021-06-081-0/+4
|
* Bump gateway API to v9Rapptz2021-06-081-4/+4
|
* Update thread typings and payloads to match documentationRapptz2021-06-086-22/+77
|
* Allow Message.channel to be a threadRapptz2021-06-083-6/+11
|
* TextChannel.archived_threads is not a coroutineRapptz2021-06-081-1/+1
|
* Fix typo with archived_threads iterator leading to AttributeErrorRapptz2021-06-081-1/+1
|
* Fix typo in start_private_threadRapptz2021-06-081-2/+2
| | | | This also renames archive_threads to archived_threads
* [types] Fix some minor ordering mishap on MessageTypeRapptz2021-06-081-1/+1
|
* Implement remaining HTTP endpoints on threadsRapptz2021-06-085-11/+365
| | | | | I'm not sure if I missed any -- but this is the entire documented set so far.
* First pass at preliminary thread supportRapptz2021-06-089-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 typingsRapptz2021-06-084-3/+84
|
* Grammatical improvements in View documentationUP9293122021-06-081-2/+2
|
* Fix AttributeError in is_nsfw() methodsRapptz2021-06-081-3/+3
|
* update types subpackage with latest docs Nadir Chowdhury2021-06-078-46/+215
|
* Add Guild.nsfw_level Nadir Chowdhury2021-06-074-7/+36
|
* Add Embed.remove_footerArnav Jindal2021-06-071-0/+15
|