mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
• Fixed Twemoji rendering
• Fixed 'undefined' Kick channel point redeems
This commit is contained in:
@@ -2616,7 +2616,7 @@ async function KickRewardRedeemed(data) {
|
||||
// Set the text
|
||||
const username = data.username;
|
||||
const rewardName = data.reward_title;
|
||||
const userInput = data.userInput;
|
||||
const userInput = data.user_input;
|
||||
|
||||
titleDiv.innerHTML = `${username} redeemed ${rewardName}`;
|
||||
contentDiv.innerText = `${userInput}`;
|
||||
|
||||
Reference in New Issue
Block a user