diff --git a/src/modules/foxwells.js b/src/modules/foxwells.js index 736c0e7..8bb7c7d 100644 --- a/src/modules/foxwells.js +++ b/src/modules/foxwells.js @@ -320,7 +320,6 @@ async function processReaction(_msg, user, reaction) { ); const props = await createBoardMessage(msg, trueCount); - delete props.files; props.attachments = [..._boardMessage.attachments.values()]; await vinboard_webhook.editMessage(_boardMessage.id, props); await setBoardEntry(msg.id, trueCount, _boardMessage.id);