Add files via upload

This commit is contained in:
Rodrigo Emanuel
2025-05-11 18:02:43 -03:00
committed by GitHub
parent fe888defa9
commit 7ae47a577e
8 changed files with 34 additions and 10 deletions

View File

@@ -512,7 +512,7 @@ async function twitchUserBanned(data) {
async function twitchChatClearMessages() {
chatContainer.querySelectorAll(`.twitch`).forEach(element => {
chatContainer.querySelectorAll(`.twitch:not(.event)`).forEach(element => {
element.remove();
});
}