aboutsummaryrefslogtreecommitdiff
path: root/discord/channel.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Guard for `None` in VocalGuildChannel.membersRapptz2021-04-031-1/+1
* Implement StageChannel and related methodsNadir Chowdhury2021-04-031-62/+218
* Implement voice region changing for voice channelsTarek2021-04-011-2/+17
* Ignore moving category channels to another categoryRapptz2021-03-301-0/+5
* [docs] copy signature from overridden and inherited methodsSebastian Law2021-03-291-14/+7
* Deprecate non-bot methodsNadir Chowdhury2021-02-231-1/+10
* Fix documentation with reference in GroupChannel.permissions_for SuzuZusu2021-02-171-2/+2
* Change copyright year to presentNihaal Sangha2021-01-151-1/+1
* Allow PartialMessage to work with DM channels as wellRapptz2020-12-111-0/+22
* Add PartialMessage to allow working with channel/message_id pairs.Rapptz2020-12-111-0/+22
* Add support for editing and deleting webhook messages.Rapptz2020-12-091-2/+4
* Implement icon_rl_as and cover_image_url_as for AppInfoSebbyLaw2020-11-211-2/+33
* Fix and add documentationMichael2020-09-231-4/+4
* Allow more methods to set an audit log reasonNadir Chowdhury2020-06-301-2/+6
* Documentation formattingSkezza2020-06-301-1/+1
* Fix various inconsistencies within the documentation (#5067)Sebastian Law2020-06-281-1/+11
* Allow editing of channel types for news and text channelsNCPlayz2020-05-291-0/+7
* Use GuildChannel abc for CategoryChannel editSteve C2020-05-101-11/+1
* Fixes and improvements for v1.3 documentationHarmon2020-01-221-6/+9
* Drop superfluous zero in version related changes in the documentationRapptz2020-01-211-6/+6
* Bump copyright year to 2020Rapptz2020-01-191-2/+2
* Added docs for overwrites kwarg for CategoryChannel.editWilly2020-01-191-0/+5
* Document NotFound exception raise in message deletion endpointsRapptz2020-01-181-3/+5
* Allow editing of overwrites in Channel.edit()CapnS2019-12-041-2/+21
* Fix 'purge' method docstring.Naegin2019-11-151-1/+1
* Implement `TextChannel.follow()`NCPlayz2019-11-151-1/+41
* [docs] category_id is Optionalapple502j2019-10-201-4/+4
* Add VoiceChannel.voice_states low level helper.Rapptz2019-07-101-0/+18
* Publicly expose a type property for all channels.Rapptz2019-06-091-10/+20
* Improve documentationNCPlayz2019-06-071-18/+18
* Make __repr__ slightly more detailed and add a few missing ones.Rapptz2019-05-261-5/+21
* Correct the documentation for methods and properties that return AssetsVexs2019-05-141-1/+1
* Fixed TextChannel edit method missing slowmode unitDevilXD2019-04-291-2/+2
* Consistent use of __all__ to prevent merge conflicts.Rapptz2019-04-201-2/+2
* Add reason to TextChannel.create_webhookRapptz2019-04-181-2/+7
* Add abc.GuildChannel.clone to clone a channel with another name.Rapptz2019-04-181-0/+31
* Remove legacy nsfw check.Rapptz2019-04-161-6/+3
* Bool fix in TextChannel.purge documentation.Lorenzo2019-04-131-1/+1
* Change slowmode max value in docsapple502j2019-04-131-1/+1
* simplify HistoryIterator message orderingkhazhyk2019-04-071-4/+4
* Redesign asset retrieval in the library.NCPlayz2019-04-061-5/+3
* Fix documentation for Channel.last_messageCapn2019-03-221-1/+1