aboutsummaryrefslogtreecommitdiff
path: root/discord/channel.py
Commit message (Expand)AuthorAgeFilesLines
* Update thread permissionsJames Gayfer2021-08-261-9/+2
* Use a thread values view when constructing TextChannel.threadsRapptz2021-08-251-1/+1
* Remove in-place edits and return fresh instances insteadRapptz2021-08-231-15/+77
* Add missing type: ignore and missing typehint to channel.pyStocker2021-08-231-1/+3
* Use channel default auto archive durationJames Gayfer2021-08-181-4/+4
* Remove deprecated TextChannel.active_threads for Guild versionRapptz2021-08-181-23/+0
* Fix Guild.fetch_channel not working for threadsla2021-08-181-0/+7
* Fix missing or broken versionadded in docstringsAkshuAgarwal2021-08-181-0/+2
* Rename start_thread to create_thread for consistencyRapptz2021-08-121-10/+10
* Fix incorrect indentRapptz2021-08-111-1/+1
* Undo coercion of partial DMChannel to PartialMessageableRapptz2021-08-101-4/+20
* Add support for PartialMessageable instancesRapptz2021-08-101-22/+88
* Add TextChannel.default_auto_archive_durationRapptz2021-08-021-0/+10
* Fix typo in TextChannel.start_threadRapptz2021-07-311-1/+1
* Allow creating a public thread without a starter messageRapptz2021-07-281-5/+14
* Change type to be compatible with the overwrites propertyPythonCoderAS2021-07-281-16/+16
* Add reason kwarg to more methodsNadir Chowdhury2021-07-281-2/+13
* Fix type annotations for purge's limit param on Thread/TextChannelSteve C2021-07-211-1/+1
* Remove channel type coercion in factory methodsRapptz2021-07-071-10/+4
* Fix Client.fetch_channel not returning ThreadAlex Nørgaard2021-07-031-2/+8
* Document TextChannel.start_thread return typeRapptz2021-07-031-0/+5
* Fix potential None access in various StageChannel propertiesRapptz2021-06-301-3/+5
* Check for None in VocalGuildChannel.voice_statesRapptz2021-06-291-1/+7
* Type hint channel.pyRapptz2021-06-291-225/+273
* Fix Category.create_x_channel raising without overwritesLilly Rose Berner2021-06-281-6/+6
* [docs] Update Sphinx and Fix various referencesJosh2021-06-271-1/+1
* Refactor Guild to support type hintsRapptz2021-06-081-7/+16
* Add TextChannel.active_threadsRapptz2021-06-081-0/+20
* Clarify actions that require manage_threads permissionRapptz2021-06-081-1/+1
* Add TextChannel.get_thread shortcut helperRapptz2021-06-081-0/+17
* Change how threads are createdRapptz2021-06-081-11/+36
* TextChannel.archived_threads is not a coroutineRapptz2021-06-081-1/+1
* Fix typo in start_private_threadRapptz2021-06-081-2/+2
* Implement remaining HTTP endpoints on threadsRapptz2021-06-081-2/+79
* First pass at preliminary thread supportRapptz2021-06-081-0/+8
* Fix AttributeError in is_nsfw() methodsRapptz2021-06-081-3/+3
* Fix DM channel permissions not having read_messagesRapptz2021-06-051-0/+2
* Implement StageInstanceNadir Chowdhury2021-05-301-11/+112
* Type up **kwargs of various methods Nadir Chowdhury2021-05-101-11/+127
* [docs] remove mentions of bot only usabilitySebastian Law2021-05-041-6/+3
* [docs] stage_channels doc typo Nadir Chowdhury2021-04-211-1/+1
* Add VoiceChannel.video_quality_modez03h2021-04-171-2/+21
* Rewrite Asset designRapptz2021-04-161-44/+13
* Add NSFW for GuildsRobin2021-04-141-3/+21
* Remove comment that doesn't apply anymoreRapptz2021-04-111-4/+0
* Remove superfluous unused payload parameterRapptz2021-04-111-1/+1
* Create temporary DMChannels from message create eventsRapptz2021-04-111-2/+19
* Use f-strings in more places that were missed.Rapptz2021-04-081-6/+6
* Remove userbot functionalityRapptz2021-04-041-96/+2
* Modernize code to use f-stringsRapptz2021-04-041-6/+7