Skip to content

Commit

Permalink
Update packages/discord.js/typings/index.d.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jaw0r3k <jaworekwiadomosci@gmail.com>
  • Loading branch information
N1ckPro and jaw0r3k authored Jul 30, 2023
1 parent 734ebc1 commit 27b7843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/discord.js/typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2550,7 +2550,7 @@ export class Role extends Base {
export type RoleFlagsString = keyof typeof RoleFlags;

export class RoleFlagsBitField extends BitField<RoleFlagsString> {
public static Flags: Record<RoleFlagsString, number>;
public static Flags: typeof RoleFlags;
public static resolve(bit?: BitFieldResolvable<RoleFlagsString, number>): number;
}

Expand Down

0 comments on commit 27b7843

Please sign in to comment.