Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/discordeno_patched/helpers/webhooks/mod.ts

Discord API library for Node and Deno
Go to Latest
import * as discordenoPatched from "https://deno.land/x/discordeno_patched@18.0.2/helpers/webhooks/mod.ts";

Functions

Creates a webhook.

Deletes a webhook.

Deletes a webhook message.

Deletes a webhook message using the webhook token, thereby bypassing the need for authentication + permissions.

Edits the original webhook message.

Edits a webhook.

Edits a webhook message.

Edits a webhook using the webhook token, thereby bypassing the need for authentication + permissions.

Executes a webhook, causing a message to be posted in the channel configured for the webhook.

Gets a list of webhooks for a channel.

Gets the list of webhooks for a guild.

Gets a webhook by its ID.

Gets a webhook message by its ID.

Gets a webhook using the webhook token, thereby bypassing the need for authentication + permissions.