Skip to main content
Module

x/wackford/discordeno.ts>deleteWebhookMessage

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

Deletes a webhook message.

Parameters

bot: Bot
  • The bot instance to use to make the request.
webhookId: BigString
  • The ID of the webhook to delete the message belonging to.
token: string
  • The webhook token, used to manage the webhook.
messageId: BigString
  • The ID of the message to delete.
  • The parameters for the deletion of the message.

Returns

Promise<void>