We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c72ea commit f535c1cCopy full SHA for f535c1c
packages/discord.js/typings/index.d.ts
@@ -2042,7 +2042,7 @@ export type AttachmentFlagsString = any;
2042
// export type AttachmentFlagsString = keyof typeof AttachmentFlags;
2043
2044
export class AttachmentFlagsBitField extends BitField<AttachmentFlagsString> {
2045
- public static FLAGS: Record<AttachmentFlagsString, number>;
+ public static Flags: Record<AttachmentFlagsString, number>;
2046
public static resolve(bit?: BitFieldResolvable<AttachmentFlagsString, number>): number;
2047
}
2048
0 commit comments