mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -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})`;
|
username = `${data.user} (${data.userName})`;
|
||||||
|
|
||||||
titleDiv.innerText = `${username} gifted ${gifts} subs to the community!`;
|
titleDiv.innerText = `${username} gifted ${gifts} subs to the community!`;
|
||||||
if (totalGifts > 0)
|
// if (totalGifts > 0)
|
||||||
contentDiv.innerText = `They've gifted ${totalGifts} subs in total!`;
|
// contentDiv.innerText = `They've gifted ${totalGifts} subs in total!`;
|
||||||
|
|
||||||
AddMessageItem(instance, data.messageId);
|
AddMessageItem(instance, data.messageId);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user