Look up pronouns on command
Basic
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
