index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
discord
/
channel.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Organise documentation
NCPlayz
2019-03-19
1
-28
/
+28
*
Sorting bucket requires an integer.
Rapptz
2019-03-17
1
-1
/
+1
*
Fix typo in private property name.
Rapptz
2019-03-17
1
-1
/
+1
*
Add support for store channels.
Rapptz
2019-03-17
1
-1
/
+132
*
Handle type updates in TextChannel._update for news channels.
Rapptz
2019-03-12
1
-0
/
+1
*
Add Category.create_text_channel/Category.create_voice_channel (#1976)
Nadir Chowdhury
2019-03-12
1
-0
/
+14
*
Add support for guild news channels.
Rapptz
2019-03-08
1
-2
/
+10
*
Fix typing for Channel.purge's limit kwarg.
Steve C
2019-02-27
1
-1
/
+1
*
Fix documentation typo in CategoryChannel
Pedro Cunha
2019-02-12
1
-1
/
+1
*
Add CategoryChannel.text_channels and voice_channels
Chris
2019-01-29
1
-0
/
+18
*
Bumped copyright years to 2019.
Dante Dam
2019-01-28
1
-1
/
+1
*
Handle implicit perms in discord.VoiceChannel.permissions_for
Michael H
2018-12-14
1
-0
/
+13
*
[lint] Fix import order
Hornwitser
2018-11-24
1
-5
/
+4
*
Revert "Rework documentation to not duplicate inherited members."
Rapptz
2018-10-11
1
-18
/
+0
*
Rework documentation to not duplicate inherited members.
Rapptz
2018-10-03
1
-0
/
+18
*
Fix up the Sphinx strings causing warnings.
Rapptz
2018-09-15
1
-2
/
+2
*
Add support for Discord's slow mode.
Rapptz
2018-09-14
1
-7
/
+17
*
Change docstrings to raw-strings
BeatButton
2018-09-14
1
-2
/
+2
*
[lint] Fix types used for __slots__ and __all__
Hornwitser
2018-08-22
1
-1
/
+1
*
[lint] Fix incorrect and inconsistent whitespace
Hornwitser
2018-08-22
1
-4
/
+5
*
Make TextChannel.create_webhook name parameter mandatory.
Rapptz
2018-07-20
1
-6
/
+3
*
Drop support for Python 3.4 and make minimum version 3.5.2.
Rapptz
2018-06-10
1
-50
/
+35
*
Fixes various documentation errors/inconsistencies
Steve C
2018-05-18
1
-9
/
+9
*
Fix typo in TextChannel.delete_messages documentation.
Rapptz
2018-03-06
1
-3
/
+3
*
Update docstrings for channel.py
Jared Shields
2018-02-26
1
-1
/
+4
*
Add intersphinx
Tobotimus
2018-01-06
1
-20
/
+20
*
Missing name parameter in VoiceChannel.edit documentation.
Rapptz
2017-10-26
1
-0
/
+2
*
Add category support.
Rapptz
2017-09-13
1
-14
/
+128
*
Add webhook support.
Rapptz
2017-08-21
1
-0
/
+61
*
Remove incorrect extraneous usage of reason keyword argument.
Rapptz
2017-08-17
1
-1
/
+1
*
Remove reason keyword argument from message deletion.
Rapptz
2017-08-15
1
-13
/
+9
*
Add bulk argument to TextChannel.purge
khazhyk
2017-07-24
1
-2
/
+7
*
Implement new-style NSFW channels.
Rapptz
2017-07-18
1
-2
/
+5
*
Expose reverse parameter in TextChannel.purge
Rapptz
2017-07-14
1
-2
/
+4
*
Fix TextChannel.purge not working.
Rapptz
2017-07-04
1
-1
/
+1
*
Typo in docstring for TextChannel.delete_messages
Rapptz
2017-06-29
1
-1
/
+1
*
Allow TextChannel.delete_messages to take lists of 0 or 1 element.
Rapptz
2017-06-29
1
-8
/
+22
*
Make supported operations stand out more than attributes.
Rapptz
2017-05-20
1
-32
/
+40
*
Use describe instead of tables for supported operations.
Rapptz
2017-05-13
1
-50
/
+58
*
Fix some left over incorrect snippets.
Rapptz
2017-05-12
1
-1
/
+1
*
First pass at documentation reform.
Rapptz
2017-05-12
1
-2
/
+2
*
Rename abc.Callable to abc.Connectable.
Rapptz
2017-05-10
1
-1
/
+1
*
Add support for audit log reasons.
Rapptz
2017-05-07
1
-16
/
+24
*
Better TextChannel.is_nsfw() check.
Rapptz
2017-04-30
1
-1
/
+1
*
Add TextChannel.is_nsfw method to check for NSFW channels.
Rapptz
2017-04-26
1
-0
/
+5
*
Remove unused imports.
Rapptz
2017-04-18
1
-5
/
+1
*
Re-implement voice sending.
Rapptz
2017-04-18
1
-1
/
+7
*
Add TextChannel.members to get members that can see a channel.
Rapptz
2017-02-28
1
-0
/
+5
*
Rename VoiceChannel.voice_members to VoiceChannel.members
Rapptz
2017-02-28
1
-1
/
+1
*
Move purge and delete_messages from Messageable.
Rapptz
2017-02-26
1
-0
/
+144
[next]