mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Fixed pronouns showing as "He/Him" only
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user