Skip to content

Commit f535c1c

Browse files
vladfranguJiralite
andauthored
Update packages/discord.js/typings/index.d.ts
Co-authored-by: Jiralite <[email protected]>
1 parent 73c72ea commit f535c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/discord.js/typings/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2042,7 +2042,7 @@ export type AttachmentFlagsString = any;
20422042
// export type AttachmentFlagsString = keyof typeof AttachmentFlags;
20432043

20442044
export class AttachmentFlagsBitField extends BitField<AttachmentFlagsString> {
2045-
public static FLAGS: Record<AttachmentFlagsString, number>;
2045+
public static Flags: Record<AttachmentFlagsString, number>;
20462046
public static resolve(bit?: BitFieldResolvable<AttachmentFlagsString, number>): number;
20472047
}
20482048

0 commit comments

Comments
 (0)