Skip to main content
Module

x/oasis/deps.ts>editWebhookWithToken

An object oriented Discordeno framework
Latest
function editWebhookWithToken
import { editWebhookWithToken } from "https://deno.land/x/oasis@2.1.0/deps.ts";

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

Parameters

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