Skip to main content
Module

x/discordeno/mod.ts>removeReaction

Discord API library for Deno
Extremely Popular
Go to Latest
function removeReaction
import { removeReaction } from "https://deno.land/x/discordeno@13.0.0-rc45/mod.ts";

Removes a reaction from the given user on this message, defaults to bot. Reaction takes the form of name:id for custom guild emoji, or Unicode characters.

Parameters

bot: Bot
channelId: bigint
messageId: bigint
reaction: string
optional
options: { userId?: bigint; }