Add files via upload
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user