Fixed Twitch bans/time outs not working

This commit is contained in:
nuttylmao
2025-08-24 05:15:48 +10:00
parent c36a9aef03
commit c045c502c2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -766,7 +766,7 @@ function TwitchUserBanned(data) {
const messagesToRemove = [];
// ID of the message to remove
const userId = data.user_id;
const userId = data.targetUser.id;
// Find the items to remove
for (let i = 0; i < messageList.children.length; i++) {