$sendMessage
Sends a new message to the current channel.
Syntax
$sendMessage[Text;(Return message ID?)]
Parameters
Text
(Type: String || Flag: Required)
: The text to send in the new message.Return message ID?
(Type: Bool || Flag: Optional)
: Whether to return the ID of the newly sent message, in another message. Defaults tono
.
Examples
Example #1
$nomention
$sendMessage[This is message #1!]
$sendMessage[This is message #2!]
$sendMessage[This is message #3!]
Example #2
$nomention
$sendMessage[This is message #1!;yes]
$sendMessage[This is message #2!;yes]