$channelSendMessage
Sends a message in the provided channel.
Usage
$channelSendMessage[channelID;message]
Parameters
channelID
(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[835108724846493726;Hello!]