$title

Adds an embedded title to bot's response message.

Syntax

$title[Text;(Index)]

Parameters

  • Text: The text to set the title as. It cannot exceed more than 256 characters.
  • Index: What embed index the title should belong to, defaults to 1 (Optional).

Permissions

Required permissions that the bot must have for this function to work properly:

  • sendmessages
  • sendmessagesinthreads
  • embedlinks

Example

$nomention
$title[This is a title!]
$description[⬆️ That is a nice title.]

example