Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

🐔 Coward is a Deno module for easy interaction with the Discord API.
Latest
method Client.prototype.deleteReaction
import { Client } from "https://deno.land/x/coward@v0.3.2/src/Client.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>