Skip to main content
Module

x/wackford/discordeno.ts>getWebhookWithToken

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

Gets a webhook using the webhook token, thereby bypassing the need for authentication + permissions.

Parameters

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

Returns

Promise<Webhook>

An instance of Webhook.