Skip to main content
Module

x/wackford/discordeno.ts>editWebhookWithToken

The wackiest Discord bot framework for Deno powered by Discordeno
Go to Latest
function editWebhookWithToken
import { editWebhookWithToken } from "https://deno.land/x/wackford@v0.0.1/discordeno.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.