aboutsummaryrefslogtreecommitdiff
path: root/discord/permissions.py
Commit message (Collapse)AuthorAgeFilesLines
* Permissions are now properties rather than functions.Rapptz2015-09-031-4/+113
| | | | | This allows you to set or retrieve specific bits through a higher level API to facilitate editing in the future.
* Python3 import fixes.Rapptz2015-08-281-1/+0
|
* Preliminary work on permission parsing.Rapptz2015-08-261-0/+132
Thanks Voltagei.