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: Jiralite <33201955+Jiralite@users.noreply.github.com>
  • Loading branch information
vladfrangu and Jiralite authored Jul 8, 2023
1 parent 73c72ea commit f535c1c
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 @@ -2042,7 +2042,7 @@ export type AttachmentFlagsString = any;
// export type AttachmentFlagsString = keyof typeof AttachmentFlags;

export class AttachmentFlagsBitField extends BitField<AttachmentFlagsString> {
public static FLAGS: Record<AttachmentFlagsString, number>;
public static Flags: Record<AttachmentFlagsString, number>;
public static resolve(bit?: BitFieldResolvable<AttachmentFlagsString, number>): number;
}

Expand Down

0 comments on commit f535c1c

Please sign in to comment.