diff --git a/src/modules/foxwells.js b/src/modules/foxwells.js index 3b8f76a..ee42cbd 100644 --- a/src/modules/foxwells.js +++ b/src/modules/foxwells.js @@ -242,7 +242,6 @@ async function createBoardMessage(msg, count) { msg.member?.avatarURL("png", 256) ?? msg.author.avatarURL("png", 256), username: msg.member?.displayName ?? msg.author.username, threadID: VINBOARD_THREAD_ID, - threadName: "Vinboard", embeds: [embed], files: image.file ? [{file: image.file, filename: "thumb.jpg"}] : null, };