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 (
Collapse
)
Author
Age
Files
Lines
*
Channel.permissions_for now correctly handles everyone overwrites.
Rapptz
2015-11-09
1
-2
/
+3
|
*
Add Channel.mention to mention a channel.
Rapptz
2015-10-23
1
-0
/
+4
|
*
Change Permissions constants to be class method factories instead.
Rapptz
2015-10-22
1
-3
/
+4
|
*
Fix permission resolution in Channel.permissions_for
Rapptz
2015-10-22
1
-13
/
+15
|
*
Add Channel.permissions_for and PrivateChannel.permissions_for.
Rapptz
2015-10-17
1
-14
/
+103
|
|
|
|
|
|
These functions handle permission resolution for a specific member. Aids with #18.
*
Add Channel.voice_members
Rapptz
2015-10-16
1
-0
/
+5
|
|
|
|
|
This allows you to see which members are currently in a voice channel.
*
Listen to CHANNEL_UPDATE events and add on_channel_update
Rapptz
2015-09-25
1
-0
/
+3
|
*
Add support for channel topics.
Rapptz
2015-09-25
1
-0
/
+4
|
*
Move permission overwrite construction to the Channel constructor.
Rapptz
2015-09-25
1
-1
/
+28
|
*
Use kwargs if the number of arguments needed is too many.
Rapptz
2015-09-04
1
-7
/
+7
|
*
Parse permission_overwrites in every Channel instance.
Rapptz
2015-08-26
1
-1
/
+6
|
*
Initial commit
Rapptz
2015-08-21
1
-0
/
+79