aboutsummaryrefslogtreecommitdiff
path: root/discord/channel.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make TextChannel.create_webhook name parameter mandatory.Rapptz2018-07-201-6/+3
* Drop support for Python 3.4 and make minimum version 3.5.2.Rapptz2018-06-101-50/+35
* Fixes various documentation errors/inconsistenciesSteve C2018-05-181-9/+9
* Fix typo in TextChannel.delete_messages documentation.Rapptz2018-03-061-3/+3
* Update docstrings for channel.pyJared Shields2018-02-261-1/+4
* Add intersphinxTobotimus2018-01-061-20/+20
* Missing name parameter in VoiceChannel.edit documentation.Rapptz2017-10-261-0/+2
* Add category support.Rapptz2017-09-131-14/+128
* Add webhook support.Rapptz2017-08-211-0/+61
* Remove incorrect extraneous usage of reason keyword argument.Rapptz2017-08-171-1/+1
* Remove reason keyword argument from message deletion.Rapptz2017-08-151-13/+9
* Add bulk argument to TextChannel.purgekhazhyk2017-07-241-2/+7
* Implement new-style NSFW channels.Rapptz2017-07-181-2/+5
* Expose reverse parameter in TextChannel.purgeRapptz2017-07-141-2/+4
* Fix TextChannel.purge not working.Rapptz2017-07-041-1/+1
* Typo in docstring for TextChannel.delete_messagesRapptz2017-06-291-1/+1
* Allow TextChannel.delete_messages to take lists of 0 or 1 element.Rapptz2017-06-291-8/+22
* Make supported operations stand out more than attributes.Rapptz2017-05-201-32/+40
* Use describe instead of tables for supported operations.Rapptz2017-05-131-50/+58
* Fix some left over incorrect snippets.Rapptz2017-05-121-1/+1
* First pass at documentation reform.Rapptz2017-05-121-2/+2
* Rename abc.Callable to abc.Connectable.Rapptz2017-05-101-1/+1
* Add support for audit log reasons.Rapptz2017-05-071-16/+24
* Better TextChannel.is_nsfw() check.Rapptz2017-04-301-1/+1
* Add TextChannel.is_nsfw method to check for NSFW channels.Rapptz2017-04-261-0/+5
* Remove unused imports.Rapptz2017-04-181-5/+1
* Re-implement voice sending.Rapptz2017-04-181-1/+7
* Add TextChannel.members to get members that can see a channel.Rapptz2017-02-281-0/+5