Custom Command
FunctionsMessage Functions

Modify Webhook

This function allows you to modify a webhook's name and avatar using its ID and token.

Usage:

$modifyWebhook[webhookID;webhookToken;name;avatar (optional)]

Parameters:

  • webhookID: The ID of the webhook you want to modify.
  • webhookToken: The token associated with the webhook.
  • name: The new name you want to give the webhook.
  • avatar (optional): The URL of the new avatar for the webhook. If you don't want to change the avatar, you can leave this blank or omit it.

Example

Here's an example of how to use this function:

Function Difficulty: Medium

Tags: Modify Webhook

Function Cooldown

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

  • Cooldown: 2 minutes
  • Tracked By: User
  • Type: webhookuser

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

On this page