mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 17:43:30 +01:00
[Docs] Evaluated Permissions References (#1250)
* Docs / Permissions Overwrites Reference * Docs / Evaluated Permissions Reference * Clarify role.permissions is not evaluated * Update Role.js
This commit is contained in:
committed by
Schuyler Cebulskie
parent
2897692cf1
commit
14ae7cdf17
@@ -55,7 +55,7 @@ class Role {
|
||||
this.position = data.position;
|
||||
|
||||
/**
|
||||
* The evaluated permissions number
|
||||
* The permissions bitfield of the role
|
||||
* @type {number}
|
||||
*/
|
||||
this.permissions = data.permissions;
|
||||
|
||||
Reference in New Issue
Block a user