dont only rec 5s
Some checks are pending
Build Docker Image / docker (push) Waiting to run
Test / test (push) Waiting to run

This commit is contained in:
Lillith Rose (Device: Lucia) 2025-06-08 14:39:06 -04:00
parent fdeba8fd41
commit 1b4140ece2

View file

@ -15,7 +15,7 @@ async function runCommand(event: Event) {
0, 0,
Math.floor((eventEnd.getTime() - now.getTime()) / 1000) Math.floor((eventEnd.getTime() - now.getTime()) / 1000)
); );
const command = commandBase.clone().duration(5); const command = commandBase.clone().duration(secondsUntilEventEnd);
const filename = event.name.replace(/ /g, "_"); const filename = event.name.replace(/ /g, "_");