fix: Role#setPermissions resolving & docs

This commit is contained in:
Lewdcario
2018-04-18 19:57:16 -05:00
parent 92b421607e
commit 7c0b6173dd
3 changed files with 3 additions and 3 deletions

View File

@@ -276,7 +276,7 @@ class Role {
/**
* Set the permissions of the role.
* @param {string[]} permissions The permissions of the role
* @param {PermissionResolvable|PermissionResolvable[]} permissions The permissions of the role
* @param {string} [reason] Reason for changing the role's permissions
* @returns {Promise<Role>}
* @example