aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* default to 0 instead of 15 for Guild.sticker_limitNadir Chowdhury2021-08-191-1/+1
* Use channel default auto archive durationJames Gayfer2021-08-182-7/+7
* Fix some type hints in user.pyRapptz2021-08-181-5/+2
* Add Thread.members and Thread.fetch_membersRapptz2021-08-181-0/+32
* Remove deprecated TextChannel.active_threads for Guild versionRapptz2021-08-183-28/+35
* Partially type-hint state.pyRapptz2021-08-181-19/+25
* Move explanation note for type ignore above the offending lineRapptz2021-08-181-1/+2
* Fix Template.source_guild typehintRapptz2021-08-181-7/+8
* Add missing typehints to template.pyStocker2021-08-181-15/+18
* flag_value should not be a generic classBryan Forbes2021-08-181-1/+1
* [commands] Typehinted errors.pyStocker2021-08-181-102/+117
* Fix documentation for Message.is_systemRapptz2021-08-181-3/+11
* Update Permissions classmethods to include thread/stage/stickerz03h2021-08-181-3/+11
* Fix Guild.fetch_channel not working for threadsla2021-08-182-5/+13
* Fix missing or broken versionadded in docstringsAkshuAgarwal2021-08-185-3/+26
* Add other message types exclusions to Message.is_systemSYCKGit2021-08-181-1/+1
* [commands] Return removed cog in Bot.remove_cogthetimtoy2021-08-181-1/+8
* Type-hint user.pythetimtoy2021-08-181-34/+65
* Add interaction.data to docsMiolus2021-08-181-0/+2
* Typehint raw_models.py Stocker2021-08-182-45/+159
* Remove coverage note from the documentation and READMERapptz2021-08-153-3/+0
* Rename start_thread to create_thread for consistencyRapptz2021-08-122-16/+16
* Fix incorrect indentRapptz2021-08-111-1/+1
* Revert "Refactor Client.run to use asyncio.run"Rapptz2021-08-112-100/+103
* Refactor Client.run to use asyncio.runRapptz2021-08-102-103/+100
* Clarify StageInstance.discoverable_disabled documentationDavid2021-08-101-1/+1
* Add missing ] in docs for StageInstance.channelMrKomodoDragon2021-08-101-1/+1
* Undo coercion of partial DMChannel to PartialMessageableRapptz2021-08-102-5/+21
* Remove unused log lines in HTTPClientRapptz2021-08-101-4/+0
* Interaction.channel can be a PartialMessageable rather than ObjectRapptz2021-08-101-8/+17
* Add support for PartialMessageable instancesRapptz2021-08-106-30/+125
* Fill in ConnectionState.user via HTTPClient.static_loginGnome!2021-08-101-3/+4
* [types] Add Application Command Type payloadsJosh2021-08-101-2/+14
* [docs] Fix typomonoue2021-08-101-6/+6
* [commands] Document / type-hint cooldownJosh2021-08-104-59/+142
* [commands] Document GuildNotFoundAaron Hennessey2021-08-101-0/+1
* [commands] Add GuildStickerConverterz03h2021-08-103-0/+65
* Add TextChannel.default_auto_archive_durationRapptz2021-08-023-1/+13
* Fallback to None message_id searches in View dispatchRapptz2021-08-011-1/+3
* Fix debug event toggle not triggering for raw receiveRapptz2021-08-011-3/+3
* Remove unused variable in viewRapptz2021-08-011-1/+0
* Change View dispatch mechanism to be keyed by message_id as wellRapptz2021-07-311-5/+6
* Fix typo in TextChannel.start_threadRapptz2021-07-311-1/+1
* Add enable_debug_events parameter to enable expensive debug eventsRapptz2021-07-313-3/+30
* Cast removed thread member IDs to intRapptz2021-07-311-1/+1
* Add on_socket_event_type eventRapptz2021-07-312-3/+15
* FIx on_thread_member_remove passing in NoneRapptz2021-07-311-1/+2
* Fix on_thread_member_remove not dispatchingRapptz2021-07-311-1/+1
* Fix docs for stickers LightSage2021-07-312-2/+2
* Update description of auto_archive_duration kwarg of Thread.editWilly2021-07-311-1/+1