It still says bitsCost for some reasonorino

This commit is contained in:
nutty
2026-05-21 04:19:58 +10:00
parent 352521d64e
commit df63177388
+1 -1
View File
@@ -192,7 +192,7 @@ async function CustomEvent(data) {
case ('TwitchCustomPowerUpRedemption'): case ('TwitchCustomPowerUpRedemption'):
{ {
avatarEl.src = await GetAvatar(data.userName, 'twitch'); avatarEl.src = await GetAvatar(data.userName, 'twitch');
titleEl.innerText = `${data["customPowerUp.bits"]} BITS`; titleEl.innerText = `${data["customPowerUp.bitsCost"]} BITS`;
subtitleEl.innerText = `${data.user}`; subtitleEl.innerText = `${data.user}`;
const messageEl = document.createElement('div'); const messageEl = document.createElement('div');