From 073a77880830fce8e7ee28efb22e281763721ef1 Mon Sep 17 00:00:00 2001 From: Cynthia Date: Fri, 2 Dec 2022 23:28:36 -0700 Subject: [PATCH] foxwells.vinboard: thread name creates threads --- src/modules/foxwells.js | 1 - 1 file changed, 1 deletion(-) 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, };