Skip to main content
Module

x/discordeno/mod.ts>editWebhookWithToken

Discord API library for Deno
Latest
function editWebhookWithToken
import { editWebhookWithToken } from "https://deno.land/x/discordeno@18.0.1/mod.ts";

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

Parameters

bot: Bot
  • The bot instance to use to make the request.
webhookId: BigString
  • The ID of the webhook to edit.
token: string
  • The webhook token, used to edit the webhook.
options: Omit<ModifyWebhook, "channelId">

Returns

Promise<Webhook>

An instance of the edited Webhook.