summary refs log tree commit diff
path: root/src/api
diff options
context:
space:
mode:
Diffstat (limited to 'src/api')
-rw-r--r--src/api/util/handlers/Message.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/util/handlers/Message.ts b/src/api/util/handlers/Message.ts

index 8356ee61..1504faae 100644 --- a/src/api/util/handlers/Message.ts +++ b/src/api/util/handlers/Message.ts
@@ -89,6 +89,7 @@ export async function handleMessage(opts: MessageOptions): Promise<Message> { reactions: opts.reactions || [], type: opts.type ?? 0, mentions: [], + components: opts.components ?? undefined, // Fix Discord-Go? }); if (cloudAttachments && cloudAttachments.length > 0) {