docs: clarify which checks GuildMember#manageable does (#3870)

This commit is contained in:
Souji
2020-03-01 15:11:06 +01:00
committed by GitHub
parent 544bb78c8b
commit 2d67fbb24c

View File

@@ -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
*/