aboutsummaryrefslogtreecommitdiff
path: root/discord/channel.py
Commit message (Collapse)AuthorAgeFilesLines
* Channel.permissions_for now correctly handles everyone overwrites.Rapptz2015-11-091-2/+3
|
* Add Channel.mention to mention a channel.Rapptz2015-10-231-0/+4
|
* Change Permissions constants to be class method factories instead.Rapptz2015-10-221-3/+4
|
* Fix permission resolution in Channel.permissions_forRapptz2015-10-221-13/+15
|
* Add Channel.permissions_for and PrivateChannel.permissions_for.Rapptz2015-10-171-14/+103
| | | | | | These functions handle permission resolution for a specific member. Aids with #18.
* Add Channel.voice_membersRapptz2015-10-161-0/+5
| | | | | This allows you to see which members are currently in a voice channel.
* Listen to CHANNEL_UPDATE events and add on_channel_updateRapptz2015-09-251-0/+3
|
* Add support for channel topics.Rapptz2015-09-251-0/+4
|
* Move permission overwrite construction to the Channel constructor.Rapptz2015-09-251-1/+28
|
* Use kwargs if the number of arguments needed is too many.Rapptz2015-09-041-7/+7
|
* Parse permission_overwrites in every Channel instance.Rapptz2015-08-261-1/+6
|
* Initial commitRapptz2015-08-211-0/+79