Try to fix sending messages with discord-go

This commit is contained in:
Rory&
2025-10-06 03:25:11 +02:00
parent 3c39e0270f
commit 62016a8043
3 changed files with 3 additions and 2 deletions

View File

@@ -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) {