Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
function editWebhook
import { editWebhook } from "https://deno.land/x/discordeno@13.0.0-rc45/template/minimal/deps.ts";

Edit a webhook. Requires the MANAGE_WEBHOOKS permission. Returns the updated webhook object on success.

Parameters

bot: Bot
webhookId: bigint
options: ModifyWebhook