New description

This commit is contained in:
bingus_violet 2024-09-29 16:35:38 -05:00
parent dea43bcb8a
commit 13eb660ac3

View file

@ -290,7 +290,7 @@ function converter(html, dynamic = true) {
},
"SELECTED_VIDEO": () => {
if (api.lanyard && api.lanyard.video) {
return `<h2><hr/>Random video!</h2><p>I would call it random <em>daily</em> video but its not at all daily...</p>
return `<h2><hr/>Predetermined weekly video!</h2><p>I would call it random but I actually select them manually.</p>
<br/>
<video controls="true" src="${api.lanyard.video.url}"></video>`
}