Skip to main content
Module

x/coward/src/Client.ts>Client#deleteAllReactions

🐔 Coward is a Deno module for easy interaction with the Discord API.
Latest
method Client.prototype.deleteAllReactions
import { Client } from "https://deno.land/x/coward@v0.3.2/src/Client.ts";

Delete all reactions from a message. Requires the MANAGE_MESSAGES permission.

Parameters

channelID: string
messageID: string

Returns

Promise<void>