$channelSendMessage
Sends a message to desired channel and optionally returns the message ID.
Usage
$channelSendMessage[channelID;message;returnMessageID]Param
Description
Type
Required
Example
bot.commands.add({
type: "basicCommand",
name: "send",
code: `$channelSendMessage[$mentionedChannels[1;yes];Hello World!]`
})Last updated
Was this helpful?