diff --git a/src/modules/foxwells.js b/src/modules/foxwells.js index bb706d4..143a9ff 100644 --- a/src/modules/foxwells.js +++ b/src/modules/foxwells.js @@ -239,7 +239,7 @@ async function createBoardMessage(msg, count) { username: msg.member?.displayName ?? msg.author.username, threadID: VINBOARD_THREAD_ID, embeds: [embed], - files: image.file ? [{contents: image.file, filename: "thumb.jpg"}] : null, + files: image.file ? [{contents: image.file, name: "thumb.jpg"}] : null, wait: true, }; }