$webhookExists
Checks if a webhook exists using its ID and token. Returns true if the webhook exists, and false otherwise.
Usage:
$webhookExists[webhookID;webhookToken]
- webhookID: The ID of the webhook to check.
- webhookToken: The token of the webhook to check.
Function difficulty: Medium
Tags: webhook exists
Function Cooldown
This function has built-in cooldown. Why? Read more about cooldowns here.
- Cooldown: 1 minute
- Tracked By: webhookID
- Type:
webhook
Functions with the same type share cooldowns based on the same Tracked By value.