Skip to main content
Module

x/wackford/discordeno.ts>getWebhook

The wackiest Discord bot framework for Deno powered by Discordeno
Go to Latest
function getWebhook
import { getWebhook } from "https://deno.land/x/wackford@v0.0.5/discordeno.ts";

Gets a webhook by its ID.

Parameters

bot: Bot
  • The bot instance to use to make the request.
webhookId: BigString
  • The ID of the webhook to get.

Returns

Promise<Webhook>

An instance of Webhook.