$messagePublish
Publishes a message to an announcement channel. This command allows you to easily share a message from one channel to another, typically an announcement channel.
Usage:
You can use $messagePublish in three ways:
$messagePublish: If executed in the same channel as the message you want to publish, it will publish the message that triggered the command.$messagePublish[messageID]: Publishes the message with the specifiedmessageIDfrom the current channel. ReplacemessageIDwith the actual ID of the message you wish to publish.$messagePublish[channelID;messageID]: Publishes the message with the specifiedmessageIDfrom the specifiedchannelID. ReplacechannelIDwith the ID of the channel containing the message, andmessageIDwith the ID of the message itself.
Examples:
To publish the message triggering the command:
$messagePublishTo publish a message with the ID
123456789012345678from the current channel:$messagePublish[123456789012345678]To publish a message with the ID
123456789012345678from the channel with the ID987654321098765432:$messagePublish[987654321098765432;123456789012345678]