mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 22:35:40 +00:00
Try to fix sending messages with discord-go
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user