Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/discordeno_patched/mod.ts>deleteReactionsEmoji

Discord API library for Node and Deno
Go to Latest
function deleteReactionsEmoji
import { deleteReactionsEmoji } from "https://deno.land/x/discordeno_patched@18.0.2/mod.ts";

Deletes all reactions for an emoji 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 reactions from is in.
messageId: BigString
  • The ID of the message to delete the reactions from.
reaction: string
  • The reaction to remove from the message.

Returns

Promise<void>