$webhookCreate
Creates and returns the URL of the newly created webhook.
Syntax
$webhookCreate[Channel ID;Username;(Avatar URL)]
Parameters
Channel ID(Type: Snowflake || Flag: Required): The channel in which the webhook will be created.Username(Type: String || Flag: Required): Name of the webhook that will be displayed in the channel.Avatar URL(Type: String || Flag: Vacantable): Avatar of the webhook that will be displayed in the channel.
Example
$nomention
$webhookCreate[$channelID;BDFD Webhook 🤖]
How $channelID works?
You can use $var[] or other variable functions to store the Webhook URL.
$var[Webhook;$webhookCreate[$channelID;Secret]]
Created and saved!
How
$var[]and$channelIDworks?
For more information, read the the Webhooks Guide.