Add files via upload
Added a Chat Input Field and Moderation Tools.
This commit is contained in:
@@ -116,6 +116,10 @@ async function twitchChatMessage(data) {
|
||||
|
||||
const classes = firstMessage ? ['first-message'] : [];
|
||||
|
||||
if (data.user.role == 4) {
|
||||
classes.push('streamer');
|
||||
}
|
||||
|
||||
const replyHTML = isReply ?
|
||||
`<div class="reply"><i class="fa-solid fa-arrow-turn-up"></i> <strong>${replyData.userName}:</strong> ${replyData.msgBody}</div>` :
|
||||
'';
|
||||
|
Reference in New Issue
Block a user