Skip to content

Commit

Permalink
fix(typings): flags on message edit (#1489)
Browse files Browse the repository at this point in the history
  • Loading branch information
flav-code authored Apr 10, 2024
1 parent d026803 commit b7f9343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1463,14 +1463,14 @@ declare namespace Eris {
timeout: NodeJS.Timer;
}
interface AdvancedMessageContent extends AdvancedMessageContentEdit {
flags?: number;
messageReference?: MessageReferenceReply;
/** @deprecated */
messageReferenceID?: string;
stickerIDs?: string[];
tts?: boolean;
}
interface AdvancedMessageContentEdit {
flags?: number;
allowedMentions?: AllowedMentions;
attachments?: PartialAttachment[];
components?: ActionRow[];
Expand Down

0 comments on commit b7f9343

Please sign in to comment.