Skip to main content
Module

x/discordeno/mod.ts>deleteReactionsAll

Discord API library for Deno
Extremely Popular
Go to Latest
function deleteReactionsAll
import { deleteReactionsAll } from "https://deno.land/x/discordeno@17.2.0/mod.ts";

Deletes all reactions for all emojis 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.

Returns

Promise<void>