Added Kick support

This commit is contained in:
nuttylmao
2025-07-03 07:15:14 +10:00
parent 2b460893df
commit c65205a5a1
6 changed files with 403 additions and 14 deletions
+3 -3
View File
@@ -2305,12 +2305,12 @@ async function KickGifts(data) {
iconDiv.appendChild(badge);
// Set the text
// let username = data.user.name;
let username = data.user;
// if (data.user.name.toLowerCase() != data.user.login.toLowerCase())
// username = `${data.user.name} (${data.user.login})`;
const tier = data.tier;
// const tier = data.tier;
const gifts = data.gifts;
const totalGifts = data.totalGifts;
// const totalGifts = data.totalGifts;
// const recipient = data.recipient.name;
//const cumlativeTotal = data.cumlativeTotal;
// let username = data.user;