Add Pronouns for User
userFound
: false
Parameters
Twitch username of the user to fetch pronouns for
Optional prefix to append to the resulting variables, to allow multiple uses of this sub-action within a single action.
For example, if variable prefix is user-one
, the resulting variables would consist of user-one.pronounObject
, user-one.pronounSubject
, and so on.
Variables
The following variables will be populated after executing this sub-action:
Description | ||
---|---|---|
pronounCurrentTense | string | The pronoun in the current tense Example: Are |
pronounCurrentTenseLower | string | The lowercase pronoun in the current tense Example: are |
pronounLastCached | DateTime | The date and time when the pronouns where last cached Example: 2024-03-02 13:00:47 |
pronounObject | string | The pronoun object Example: Them |
pronounObjectLower | string | The pronoun object in lowercase Example: them |
pronounPastTense | string | The pronoun in the past tense Example: Were |
pronounPastTenseLower | string | The past tense pronoun in lowercase Example: were |
pronounPluralLower | string | The pronoun plural in lowercase |
pronounPossessive | string | The possessive pronoun Example: Their |
pronounPossessiveLower | string | The possessive pronoun in lowercase Example: their |
pronounPronoun | string | The user's pronoun Example: Theirs |
pronounPronounLower | string | The user's pronoun in lowercase Example: theirs |
pronounReflexive | string | The reflexive pronoun Example: Themselves |
pronounReflexiveLower | string | The reflexive pronoun in lowercase Example: themselves |
pronounSubject | string | The pronoun subject Example: They |
pronounSubjectLower | string | The pronoun subject in lowercase Example: they |
pronouns | string | The full pronouns from the user Example: (They/Them) |