mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
fix: Role#setPermissions resolving & docs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user