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
*
Change copyright year to present
Nihaal Sangha
2021-01-15
1
-1
/
+1
*
Allow PartialMessage to work with DM channels as well
Rapptz
2020-12-11
1
-0
/
+22
*
Add PartialMessage to allow working with channel/message_id pairs.
Rapptz
2020-12-11
1
-0
/
+22
*
Add support for editing and deleting webhook messages.
Rapptz
2020-12-09
1
-2
/
+4
*
Implement icon_rl_as and cover_image_url_as for AppInfo
SebbyLaw
2020-11-21
1
-2
/
+33
*
Fix and add documentation
Michael
2020-09-23
1
-4
/
+4
*
Allow more methods to set an audit log reason
Nadir Chowdhury
2020-06-30
1
-2
/
+6
*
Documentation formatting
Skezza
2020-06-30
1
-1
/
+1
*
Fix various inconsistencies within the documentation (#5067)
Sebastian Law
2020-06-28
1
-1
/
+11
*
Allow editing of channel types for news and text channels
NCPlayz
2020-05-29
1
-0
/
+7
*
Use GuildChannel abc for CategoryChannel edit
Steve C
2020-05-10
1
-11
/
+1
*
Fixes and improvements for v1.3 documentation
Harmon
2020-01-22
1
-6
/
+9
*
Drop superfluous zero in version related changes in the documentation
Rapptz
2020-01-21
1
-6
/
+6
*
Bump copyright year to 2020
Rapptz
2020-01-19
1
-2
/
+2
*
Added docs for overwrites kwarg for CategoryChannel.edit
Willy
2020-01-19
1
-0
/
+5
*
Document NotFound exception raise in message deletion endpoints
Rapptz
2020-01-18
1
-3
/
+5
*
Allow editing of overwrites in Channel.edit()
CapnS
2019-12-04
1
-2
/
+21
*
Fix 'purge' method docstring.
Naegin
2019-11-15
1
-1
/
+1
*
Implement `TextChannel.follow()`
NCPlayz
2019-11-15
1
-1
/
+41
*
[docs] category_id is Optional
apple502j
2019-10-20
1
-4
/
+4
*
Add VoiceChannel.voice_states low level helper.
Rapptz
2019-07-10
1
-0
/
+18
*
Publicly expose a type property for all channels.
Rapptz
2019-06-09
1
-10
/
+20
*
Improve documentation
NCPlayz
2019-06-07
1
-18
/
+18
*
Make __repr__ slightly more detailed and add a few missing ones.
Rapptz
2019-05-26
1
-5
/
+21
*
Correct the documentation for methods and properties that return Assets
Vexs
2019-05-14
1
-1
/
+1
*
Fixed TextChannel edit method missing slowmode unit
DevilXD
2019-04-29
1
-2
/
+2
*
Consistent use of __all__ to prevent merge conflicts.
Rapptz
2019-04-20
1
-2
/
+2
*
Add reason to TextChannel.create_webhook
Rapptz
2019-04-18
1
-2
/
+7
*
Add abc.GuildChannel.clone to clone a channel with another name.
Rapptz
2019-04-18
1
-0
/
+31
*
Remove legacy nsfw check.
Rapptz
2019-04-16
1
-6
/
+3
*
Bool fix in TextChannel.purge documentation.
Lorenzo
2019-04-13
1
-1
/
+1
*
Change slowmode max value in docs
apple502j
2019-04-13
1
-1
/
+1
*
simplify HistoryIterator message ordering
khazhyk
2019-04-07
1
-4
/
+4
*
Redesign asset retrieval in the library.
NCPlayz
2019-04-06
1
-5
/
+3
*
Fix documentation for Channel.last_message
Capn
2019-03-22
1
-1
/
+1
*
Add TextChannel.last_message_id and TextChannel.last_message
Rapptz
2019-03-20
1
-1
/
+46
*
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
[next]