diff --git a/src/modules/foxwells.js b/src/modules/foxwells.js index 83ca562..f3acdcd 100644 --- a/src/modules/foxwells.js +++ b/src/modules/foxwells.js @@ -323,7 +323,9 @@ async function processReaction(_msg, user, reaction) { ); const props = await createBoardMessage(msg, trueCount, false); - props.attachments = [..._boardMessage.attachments.values()]; + props.attachments = [..._boardMessage.attachments.values()].map( + (attach) => ({id: attach.id}) + ); await vinboard_webhook.editMessage(_boardMessage.id, props); await setBoardEntry(msg.id, trueCount, _boardMessage.id); } else {