Skip to main content
Module

x/harmony/src/structures/textChannel.ts>TextChannel#removeReaction

An easy to use Discord API Library for Deno.
Go to Latest
method TextChannel.prototype.removeReaction
import { TextChannel } from "https://deno.land/x/harmony@v2.9.0/src/structures/textChannel.ts";

Remove Reaction from a Message in this Channel

Parameters

message: Message | string
emoji: Emoji | string
optional
user: User | Member | string

Returns

Promise<void>