Send a Discord channel update
Approval-gated Discord channel post for one channel or thread, optionally as a reply to one message. It reads the destination channel for context, then sends exactly one Discord message through recued-core.discord.channel.message.send when text is present. It suppresses broad mention parsing by default and does not delete, edit, pin, react, create invites, create threads, change roles, or mutate channel settings.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (12 steps)
content
trim
Trim whitespace from setting content
reply_to_message_id
trim
Trim whitespace from setting reply to message id
has_content
compare
Check if content has data
has_reply
compare
Check if reply to message id has data
channel
?
skip_root_post
any
Check if any of the conditions are true
skip_reply_post
any
Check if any of the conditions are true
root_message
?
skip: step.skip_root_post equal true
reply_message
?
skip: step.skip_reply_post equal true
posted_message
ternary
Apply ternary
skipped
compare
Check if has content does not equal true
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
tts
setting
=
false
content
setting
=
discord
setting
=
channel id
setting
=
reply to message id
setting
=
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.