Removed "totalGifts" as Kick.bot doesn't provide cumulative gift total

This commit is contained in:
nuttylmao
2025-06-28 04:13:13 +10:00
parent 31795554eb
commit 2a94b87716
+2 -2
View File
@@ -2209,8 +2209,8 @@ async function KickGifts(data) {
username = `${data.user} (${data.userName})`;
titleDiv.innerText = `${username} gifted ${gifts} subs to the community!`;
if (totalGifts > 0)
contentDiv.innerText = `They've gifted ${totalGifts} subs in total!`;
// if (totalGifts > 0)
// contentDiv.innerText = `They've gifted ${totalGifts} subs in total!`;
AddMessageItem(instance, data.messageId);
}