Cleaning for RTD theme and a bit of reorganization

This commit is contained in:
abalabahaha
2015-11-20 17:50:29 -08:00
parent 0ba7a1796e
commit ca6f8d6fc1
21 changed files with 199 additions and 270 deletions

View File

@@ -5,13 +5,11 @@ ChannelPermissions
ChannelPermissions is used to represent the final permissions of a user in a channel, to see exactly what they are and aren't allowed to do.
-----------
--------
Functions
---------
------------
serialize()
~~~~~~~~~~~
@@ -25,7 +23,7 @@ Returns an object containing permission names and values. E.g:
createInstantInvite : true,
kickMembers : false
}
For more on valid permission names, see `Permission Constants`_.
hasPermission(permission)