This commit is contained in:
Rory&
2025-09-29 18:33:17 +02:00
parent 54c436e134
commit f2b74cae46
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -494,7 +494,7 @@ interface MessageOptions extends MessageCreateSchema {
embeds?: Embed[];
reactions?: Reaction[];
channel_id?: string;
attachments?: Attachment[];
// attachments?: Attachment[]; // why are we masking this?
edited_timestamp?: Date;
timestamp?: Date;
username?: string;