Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Go to Latest
function deleteReactionsEmoji
import { deleteReactionsEmoji } from "https://deno.land/x/discordeno@17.2.0/helpers/messages/reactions/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>