Skip to main content
Module

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

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

Delete all reactions with a given emoji on a message. Requires MANAGE_MESSAGES permission.

Parameters

channelID: string
messageID: string
emoji: string

Returns

Promise<void>