| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |