userinfo: forgot how to footer

This commit is contained in:
Cynthia Foxwell 2025-07-16 16:18:06 -06:00
parent 338dc9aa95
commit eb0614378e
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk

View file

@ -555,7 +555,7 @@ userinfo.callback = async function (msg, line) {
}, },
], ],
image: {url: imageUrl}, image: {url: imageUrl},
footer: `SKU ID: ${nameplate.sku_id}`, footer: {text: `SKU ID: ${nameplate.sku_id}`},
}; };
} }