dont only rec 5s
This commit is contained in:
parent
fdeba8fd41
commit
1b4140ece2
1 changed files with 1 additions and 1 deletions
|
|
@ -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, "_");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue