diff --git a/horizontal-chat/script.js b/horizontal-chat/script.js index ec144a9..85964f8 100644 --- a/horizontal-chat/script.js +++ b/horizontal-chat/script.js @@ -308,7 +308,7 @@ async function TwitchChatMessage(data) { } // Set pronouns - const pronouns = await GetPronouns('twitch', 'caffeinedaydream'); + const pronouns = await GetPronouns('twitch', data.message.username); if (pronouns && showPronouns) { pronounsDiv.classList.add("pronouns"); pronounsDiv.innerText = pronouns;