Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Go to Latest
function editWebhookWithToken
import { editWebhookWithToken } from "https://deno.land/x/discordeno@13.0.0-rc45/plugins/permissions/deps.ts";

Edit a webhook. Returns the updated webhook object on success.

Parameters

bot: Bot
webhookId: bigint
webhookToken: string
options: Omit<ModifyWebhook, "channelId">