mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-18 19:50:58 -04:00
It still says bitsCost for some reasonorino
This commit is contained in:
@@ -192,7 +192,7 @@ async function CustomEvent(data) {
|
||||
case ('TwitchCustomPowerUpRedemption'):
|
||||
{
|
||||
avatarEl.src = await GetAvatar(data.userName, 'twitch');
|
||||
titleEl.innerText = `${data["customPowerUp.bits"]} BITS`;
|
||||
titleEl.innerText = `${data["customPowerUp.bitsCost"]} BITS`;
|
||||
subtitleEl.innerText = `${data.user}`;
|
||||
|
||||
const messageEl = document.createElement('div');
|
||||
|
||||
Reference in New Issue
Block a user