summary refs log tree commit diff
path: root/src/api/util
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-09-23 23:58:21 +0200
committerRory& <root@rory.gay>2025-09-29 18:38:06 +0200
commitc3fa8d3b1f6b4783a35ed840bf0ecadb838b8758 (patch)
tree0ef8d4024ad3803080b49d1d027a06ccde19640b /src/api/util
parentFix schemas (diff)
downloadserver-ts-c3fa8d3b1f6b4783a35ed840bf0ecadb838b8758.tar.xz
meow???
Diffstat (limited to 'src/api/util')
-rw-r--r--src/api/util/handlers/Message.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/util/handlers/Message.ts b/src/api/util/handlers/Message.ts

index b5a5bc98..54e73fc8 100644 --- a/src/api/util/handlers/Message.ts +++ b/src/api/util/handlers/Message.ts
@@ -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;