Skip to main content
Corvus Connection

Post your socials on command

Basic
When a viewer types !socials, reply with all your links in one message.
On Chat CommandoutcommandargsargCountusermessageTextvalueSend Chat MessageintextoutReturnin
Graph structure (text alternative)

Trigger: onChatCommand

Nodes:

  • On Chat Command (entry.onChatCommand)
  • Text (data.literal.string)
  • Send Chat Message (action.sendChat)
  • Return (flow.return)

Connections:

  • On Chat Command.out → Send Chat Message.in
  • Text.value → Send Chat Message.text
  • Send Chat Message.out → Return.in

Walkthrough

Answer a common chat question with a single command.

How it works

  1. On Command fires when a viewer types !socials.
  2. String holds all your links as one message.
  3. Send Chat Message posts them to chat, then the flow ends.

Swap in your own links by editing the String node. See On Command for the cooldown and minimum-role options you can set on the trigger.

Uses these nodes