Skip to main content
Module

x/harmony/mod.ts>TextChannel#removeReaction

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

Remove Reaction from a Message in this Channel

Parameters

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

Returns

Promise<void>