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