Fixed pronouns showing as "He/Him" only

This commit is contained in:
nuttylmao
2025-04-04 12:45:35 +11:00
parent 856d717dfb
commit 1cc9630bb5
+1 -1
View File
@@ -308,7 +308,7 @@ async function TwitchChatMessage(data) {
} }
// Set pronouns // Set pronouns
const pronouns = await GetPronouns('twitch', 'caffeinedaydream'); const pronouns = await GetPronouns('twitch', data.message.username);
if (pronouns && showPronouns) { if (pronouns && showPronouns) {
pronounsDiv.classList.add("pronouns"); pronounsDiv.classList.add("pronouns");
pronounsDiv.innerText = pronouns; pronounsDiv.innerText = pronouns;