Skip to main content
Module

x/oasis/deps.ts>removeReaction

An object oriented Discordeno framework
Latest
function removeReaction
import { removeReaction } from "https://deno.land/x/oasis@2.1.0/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; }