Skip to main content
Module

x/discordeno/helpers/webhooks/mod.ts

Discord API library for Deno
Latest
import * as discordeno from "https://deno.land/x/discordeno@18.0.1/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.