Skip to content

Commit

Permalink
docs(UserFlagsBitField): make .Flags static (#8902)
Browse files Browse the repository at this point in the history
Co-authored-by: Aura Román <kyradiscord@gmail.com>
  • Loading branch information
MrMythicalYT and kyranet committed Dec 6, 2022
1 parent 6acf759 commit c48ff5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/discord.js/src/util/UserFlagsBitField.js
Expand Up @@ -11,6 +11,7 @@ class UserFlagsBitField extends BitField {
/**
* Numeric user flags.
* @type {UserFlags}
* @memberof UserFlagsBitField
*/
static Flags = UserFlags;
}
Expand Down

0 comments on commit c48ff5e

Please sign in to comment.