diff --git a/packages/discord.js/typings/index.d.ts b/packages/discord.js/typings/index.d.ts index 4a71a68b42954..a31ba8d173045 100644 --- a/packages/discord.js/typings/index.d.ts +++ b/packages/discord.js/typings/index.d.ts @@ -2042,7 +2042,7 @@ export type AttachmentFlagsString = any; // export type AttachmentFlagsString = keyof typeof AttachmentFlags; export class AttachmentFlagsBitField extends BitField { - public static FLAGS: Record; + public static Flags: Record; public static resolve(bit?: BitFieldResolvable): number; }