A few docs updates

This commit is contained in:
abalabahaha
2016-01-25 00:49:45 -08:00
parent 79039f08a1
commit 799039588b
4 changed files with 41 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ ChannelPermissions is used to represent the final permissions of a user in a cha
.. code-block:: js
var user_permissions = channel.permissionsOf(user);
var can_mention_everyone = user_permissions.hasPermission("mentionEveryone");
--------