$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
The message was sent to the channel: <#835108724846493726>
$channelSendMessage[835108724846493726;Hello!]