Custom Command
FunctionsMessage Functions

$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. Use yes to return the ID, no to not return it. Defaults to no if not provided.

Example:

!!exec $sendMessage[This is a fantastic message!;no]
Member
9/5/2026

!!exec $sendMessage[This is a fantastic message!;no]

Custom Command
APP
9/5/2026

This is a fantastic message!

Member
9/5/2026

!!exec $sendMessage[     {description: This is a fantastic message! }     {color:GREEN} ]

Custom Command
APP
9/5/2026
This is a fantastic message!

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

Function difficulty: Medium

Tags: Send Message Channel Used Messages

Function Cooldown

This function has built-in cooldown. Why? Read more about cooldowns here.

  • Cooldown: 2 seconds
  • Tracked By: User
  • Type: channeluser

Functions with the same type share cooldowns based on the same Tracked By value.

On this page