mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
Document readonly and private properties (#1338)
This commit is contained in:
@@ -32,6 +32,7 @@ class Permissions {
|
||||
* @type {number}
|
||||
* @see {@link Permissions#bitfield}
|
||||
* @deprecated
|
||||
* @readonly
|
||||
*/
|
||||
get raw() {
|
||||
return this.bitfield;
|
||||
|
||||
Reference in New Issue
Block a user