foxwells.vinboard: thread name creates threads

This commit is contained in:
Cynthia Foxwell 2022-12-02 23:28:36 -07:00
parent 1ed011d9c0
commit 073a778808
1 changed files with 0 additions and 1 deletions

View File

@ -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,
};