Skip to main content
Module

x/wackford/discordeno.ts>deleteOwnReaction

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

Deletes a reaction added by the bot user from a message.

Parameters

bot: Bot
  • The bot instance to use to make the request.
channelId: BigString
  • The ID of the channel the message to delete the reaction from is in.
messageId: BigString
  • The ID of the message to delete the reaction from.
reaction: string
  • The reaction to delete from the message.

Returns

Promise<void>