Skip to main content
Corvus Connection

Look up pronouns on command

Basic
When a viewer types !pronouns, look up their pronouns from PronounDB and post them to chat.
On Chat CommandoutcommandargsargCountusermessageGet PronounsinuserIdoutdisplaycodeshasPronounsSend Chat MessageintextoutReturnin
Graph structure (text alternative)

Trigger: onChatCommand

Nodes:

  • On Chat Command (entry.onChatCommand)
  • Get Pronouns (data.getPronouns)
  • Send Chat Message (action.sendChat)
  • Return (flow.return)

Connections:

  • On Chat Command.out → Get Pronouns.in
  • On Chat Command.user → Get Pronouns.userId
  • Get Pronouns.out → Send Chat Message.in
  • Get Pronouns.display → Send Chat Message.text
  • Send Chat Message.out → Return.in

Uses these nodes