Skip to main content
Module

x/coward/mod.ts>Coward#deleteReaction

🐔 Coward is a Deno module for easy interaction with the Discord API.
Go to Latest
method Coward.prototype.deleteReaction
import { Coward } from "https://deno.land/x/coward@v0.1.0/mod.ts";

Delete a reaction on a message. If deleting a reaction from another user, requires the MANAGE_MESSAGES permission.

Parameters

channelID: string
messageID: string
emoji: string
optional
userID: string

Returns

Promise<void>