Mejora panel de comentaristas con Twitter y swap central

This commit is contained in:
Pandipipas
2026-02-15 11:12:57 +01:00
parent 739ac66aea
commit 461f72f878
6 changed files with 116 additions and 17 deletions
+2
View File
@@ -23,7 +23,9 @@ export const scoreboardReplicant = hasDefault<Schemas.Scoreboard>('scoreboard');
export const commentaryReplicant = nodecg.Replicant<Schemas.Commentary>('commentary', {
defaultValue: {
leftCommentator: '',
leftCommentatorTwitter: '',
rightCommentator: '',
rightCommentatorTwitter: '',
},
persistent: false,
});