mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 10:33:30 +01:00
docs: clarify which checks GuildMember#manageable does (#3870)
This commit is contained in:
@@ -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
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user