foxwells.vinboard: fix image ref being out

This commit is contained in:
Cynthia Foxwell 2022-12-02 23:22:17 -07:00
parent e7ed721c3f
commit 58fe216636
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {