mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +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}
|
||||
* @readonly
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user