Add files via upload

This commit is contained in:
Rodrigo Emanuel
2025-04-24 09:13:29 -03:00
committed by GitHub
parent 7245c623c6
commit 49caff83d6
6 changed files with 42 additions and 5 deletions

View File

@@ -443,6 +443,8 @@ function generateMockEvent() {
message : messagetext
};
console.log('superchat', data.amount);
youTubeSuperChatMessage(data);
break;
@@ -685,4 +687,4 @@ function randomString(length) {
function randomColor() {
const randomColor = "hsl(" + Math.random() * 360 + ", 100%, 75%)";
return randomColor;
}
}