mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-18 19:50:58 -04:00
Removed "totalGifts" as Kick.bot doesn't provide cumulative gift total
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user