$webhookAvatarURL
Changes the webhook’s avatar.
Syntax
$webhookAvatarURL[Webhook URL;New avatar URL]
Parameters
Webhook URL(Type: URL || Flag: Required): The URL of the webhook you want to modify.New avatar URL(Type: URL || Flag: Required): The new avatar image URL for the webhook.
Example
$nomention
$var[webhook;$webhookCreate[$channelID;Test webhook]]
$webhookAvatarURL[$var[webhook];$authorAvatar]
New avatar for webhook!
How $webhookCreate[], $channelID, $var[] and $authorAvatar works?
For more information, read the the Webhooks Guide.