Reorganised a bunch of methods

This commit is contained in:
Schuyler Cebulskie
2016-09-11 23:55:50 -04:00
parent ce6cb626dc
commit 95de09f389
7 changed files with 169 additions and 175 deletions

View File

@@ -45,7 +45,7 @@ class EvaluatedPermissions {
/**
* Checks whether a user has multiple permissions in a channel.
* @param {Array<PermissionResolvable>} permissions the permissions to test for
* @param {PermissionResolvable[]} permissions the permissions to test for
* @param {boolean} [explicit=false] whether to require the user to explicitly have the exact permissions
* @returns {boolean}
*/