From 62016a80431344cffbf39be2d006e2733e8ba3ae Mon Sep 17 00:00:00 2001 From: Rory& Date: Mon, 6 Oct 2025 03:25:11 +0200 Subject: Try to fix sending messages with discord-go --- src/api/util/handlers/Message.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/api') 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 { reactions: opts.reactions || [], type: opts.type ?? 0, mentions: [], + components: opts.components ?? undefined, // Fix Discord-Go? }); if (cloudAttachments && cloudAttachments.length > 0) { -- cgit 1.5.1