Skip to main content
Module

x/natico/deps.ts>removeReaction

A powerful and customizable framework for Discordeno
Latest
function removeReaction
import { removeReaction } from "https://deno.land/x/natico@4.0.0-pre.4/deps.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; }