Skip to main content
Latest
function editWebhookWithToken
import { editWebhookWithToken } from "https://deno.land/x/discordeno_cache_plugin@0.0.21/deps.ts";

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

Parameters

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