mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
docs: clarify which checks GuildMember#manageable does (#3870)
This commit is contained in:
parent
544bb78c8b
commit
2d67fbb24c
1 changed files with 2 additions and 1 deletions
|
|
@ -212,7 +212,8 @@ class GuildMember extends Base {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Whether this member is manageable in terms of role hierarchy by the client user
|
* Whether the client user is above this user in the hierarchy, according to role position and guild ownership.
|
||||||
|
* This is a prerequisite for many moderative actions.
|
||||||
* @type {boolean}
|
* @type {boolean}
|
||||||
* @readonly
|
* @readonly
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue