aboutsummaryrefslogtreecommitdiff
path: root/discord/channel.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add TextChannel.last_message_id and TextChannel.last_messageRapptz2019-03-201-1/+46
* Organise documentationNCPlayz2019-03-191-28/+28
* Sorting bucket requires an integer.Rapptz2019-03-171-1/+1
* Fix typo in private property name.Rapptz2019-03-171-1/+1
* Add support for store channels.Rapptz2019-03-171-1/+132
* Handle type updates in TextChannel._update for news channels.Rapptz2019-03-121-0/+1
* Add Category.create_text_channel/Category.create_voice_channel (#1976)Nadir Chowdhury2019-03-121-0/+14
* Add support for guild news channels.Rapptz2019-03-081-2/+10
* Fix typing for Channel.purge's limit kwarg.Steve C2019-02-271-1/+1
* Fix documentation typo in CategoryChannelPedro Cunha2019-02-121-1/+1
* Add CategoryChannel.text_channels and voice_channelsChris2019-01-291-0/+18
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* Handle implicit perms in discord.VoiceChannel.permissions_forMichael H2018-12-141-0/+13
* [lint] Fix import orderHornwitser2018-11-241-5/+4
* Revert "Rework documentation to not duplicate inherited members."Rapptz2018-10-111-18/+0
* Rework documentation to not duplicate inherited members.Rapptz2018-10-031-0/+18
* Fix up the Sphinx strings causing warnings.Rapptz2018-09-151-2/+2
* Add support for Discord's slow mode.Rapptz2018-09-141-7/+17
* Change docstrings to raw-stringsBeatButton2018-09-141-2/+2
* [lint] Fix types used for __slots__ and __all__Hornwitser2018-08-221-1/+1
* [lint] Fix incorrect and inconsistent whitespaceHornwitser2018-08-221-4/+5