docs(GuildMember): document owner override in permissions getter (#5320)

This commit is contained in:
Souji
2021-03-28 15:27:32 +02:00
committed by GitHub
parent 077892645b
commit 62ba2499e0

View File

@@ -211,7 +211,7 @@ class GuildMember extends Base {
}
/**
* The overall set of permissions for this member, taking only roles into account
* The overall set of permissions for this member, taking only roles and owner status into account
* @type {Readonly<Permissions>}
* @readonly
*/