foxwells.vinboard: thread name creates threads
This commit is contained in:
parent
1ed011d9c0
commit
073a778808
1 changed files with 0 additions and 1 deletions
|
@ -242,7 +242,6 @@ async function createBoardMessage(msg, count) {
|
||||||
msg.member?.avatarURL("png", 256) ?? msg.author.avatarURL("png", 256),
|
msg.member?.avatarURL("png", 256) ?? msg.author.avatarURL("png", 256),
|
||||||
username: msg.member?.displayName ?? msg.author.username,
|
username: msg.member?.displayName ?? msg.author.username,
|
||||||
threadID: VINBOARD_THREAD_ID,
|
threadID: VINBOARD_THREAD_ID,
|
||||||
threadName: "Vinboard",
|
|
||||||
embeds: [embed],
|
embeds: [embed],
|
||||||
files: image.file ? [{file: image.file, filename: "thumb.jpg"}] : null,
|
files: image.file ? [{file: image.file, filename: "thumb.jpg"}] : null,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue