$webhookTitle
Adds title to the webhook.
Syntax
$webhookTitle[Webhook URL;Text]
Parameters
Webhook URL(Type: URL || Flag: Required): The URL of the webhook you want to use.Text(Type: String || Flag: Required): The title text to add to the embed of the webhook.
Example
$nomention
$var[webhook;$webhookCreate[$channelID;Test webhook]]
$webhookTitle[$var[webhook];My Webhook Title]
How $webhookCreate[], $channelID and $var[] works?
For more information, read the the Webhooks Guide.