Update to docs

This commit is contained in:
hydrabolt
2015-10-27 21:58:05 +00:00
parent 9837823907
commit 6d52b071b1
3 changed files with 11 additions and 4 deletions

View File

@@ -69,6 +69,13 @@ Gets a Message_ from the channel that matches the specified criteria. E.g:
- **key** - a `String` that is the key
- **value** - a `String` that is the value
permissionsOf(user)
~~~~~~~~~~~~~~~~~~~
Gets the EvaluatedPermissions_ of a User in the channel.
- **user** - A User_ or Member_ you want to get the permissions of.
equals(object)
~~~~~~~~~~~~~~