Add files via upload

This commit is contained in:
Rodrigo Emanuel
2025-04-26 20:32:23 -03:00
committed by GitHub
parent 36e14d7165
commit 94398178bc
5 changed files with 12 additions and 21 deletions

View File

@@ -123,7 +123,10 @@ async function twitchChatMessage(data) {
if (showTwitchSharedChat == true) {
if (!data.sharedChat.primarySource)
{
var sharedChat = `<div class="shared"><span><i class="fa-solid fa-comments"></i> <strong>${data.sharedChat.sourceRoom.name}</strong></span> <i class="fa-solid fa-arrow-turn-down"></i></div>`;
var sharedChat = `<div class="shared">
<span><i class="fa-solid fa-comment-dots"></i> <strong>${data.sharedChat.sourceRoom.name}</strong></span>
<i class="fa-solid fa-arrow-turn-down"></i>
</div>`;
}
}
else if (!data.sharedChat.primarySource && showTwitchSharedChat == false) {