This commit is contained in:
nutty
2026-09-18 05:54:38 +10:00
parent 7c435314de
commit dc7a163a52
+1 -25
View File
@@ -3429,28 +3429,4 @@ async function GetYouTubeVideoData(videoId) {
console.error('Error fetching YouTube video data:', error); console.error('Error fetching YouTube video data:', error);
return null; return null;
} }
} }
let data = {
"gift_transaction_id": "fa306456-06d9-4e6c-8ea7-e1060f6eaf57",
"sender": {
"id": 447944,
"username": "DarthBlazeLive",
"username_color": "#E4D88F",
"profile_picture": "https://files.kick.com/images/user/447944/profile_image/conversion/df4eddb9-d9f3-4c50-ae30-8fd3c3dae366-fullsize.webp"
},
"gift": {
"gift_id": "hell_yeah",
"name": "Hell Yeah",
"amount": 1,
"type": "BASIC",
"tier": "BASIC",
"character_limit": 0,
"pinned_time": 0
},
"created_at": "2026-09-17T17:13:56.921027555Z"
}
setTimeout(() => {
KickKicksGifted(data);
} , 1000);