$sendMessage
Sends a message to the channel where the command was executed.
Usage: $sendMessage[message;return ID (yes/no) (optional)]
Arguments:
message: The content of the message to send.return ID: (Optional) Determines whether to return the ID of the sent message. Useyesto return the ID,noto not return it. Defaults tonoif not provided.
Example:
!!exec $sendMessage[This is a fantastic message!;no]
More Examples
Sending an embed:
It is recommended to use Message Curl Format to send more complex messages like embeds

Note
You can send more complex structures like embed titles, footers, buttons, and menus through Message Curl Format. This provides greater control over the appearance and functionality of your messages.
Related Functions
- $channelSendMessage: Send a message to a specific channel.
Function difficulty: Medium
Tags: Send Message ChannelUsed Messages
⏱️ Function Cooldown
This function has a built-in cooldown to help prevent excessive usage.
| Property | Value |
|---|---|
| ⏱️ Duration | 2 seconds |
| 🆔 Tracked By | User |
| 🌐 Scope | Channeluser |
Functions with the same Scope share cooldowns based on the same
Tracked Byvalue.
💎 Tier 3+ servers bypass this cooldown. See Premium Perks.