Forward message
forward_messageForward a Discord message from one channel to another as a quoted snapshot, preserving the original content. Optionally attach a note that posts separately before the forward.
Instructions
Forward a message from one channel into another, the way the Discord client's forward does: the original travels along as a quoted snapshot. Works across channels in the server. An optional note is posted as its own message just before the forward, since Discord does not allow text on the forward itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild | No | Guild (server) name or ID. Omit to use the default guild. | |
| channel | Yes | Channel to forward the message into (name or ID). | |
| content | No | Optional note, posted as a separate message just before the forward. | |
| message_id | Yes | ID of the message to forward. | |
| from_channel | Yes | Channel the message is currently in (name or ID). |