Post your socials on command
Basic
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
- On Command fires when a viewer types
!socials. - String holds all your links as one message.
- 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.
