$channelSendMessage
Sends a message to desired channel and optionally returns the message ID.
Usage
This function has three params.
Param
Description
Type
Required
channelID
The channel to send this message to.
Snowflake
Yes
message
The message to send.
String
Yes
returnMessageID
Whether to return the message ID.
Boolean
No
Example
Last updated
Was this helpful?