$channelSendMessage
Sends a message in the provided channel.
Syntax
$channelSendMessage[Channel ID;Message]
Parameters
Channel ID
(Type: Snowflake || Flag: Required)
: The channel to send the message in.Message
(Type: String || Flag: Required)
: The message that gets sent to the channel.
Example
$nomention
$channelSendMessage[$mentionedChannels[1];Hello!]
How $mentionedChannels[]
works?