foxwells.vinboard: fix image ref being out
This commit is contained in:
parent
e7ed721c3f
commit
58fe216636
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ async function createBoardMessage(msg, count) {
|
|||
if (image.url) {
|
||||
if (image.video) {
|
||||
embed.description += `\n(contains video ${
|
||||
out.attachment ? "attachment" : "embed"
|
||||
image.attachment ? "attachment" : "embed"
|
||||
})`;
|
||||
}
|
||||
embed.image = {
|
||||
|
|
Loading…
Reference in a new issue