Fixed issue with profile pictures with Kick channel point redemptions

This commit is contained in:
nuttylmao
2025-07-03 05:15:18 +10:00
parent f095b8ddda
commit c0458ecb27
+1 -1
View File
@@ -2337,7 +2337,7 @@ async function KickRewardRedeemed(data) {
if (showAvatar) {
// Render avatars
const username = data.userName;
const username = data.user;
const avatarURL = await GetAvatar(username, 'kick');
const avatar = new Image();
avatar.src = avatarURL;