Skip to main content
Module

x/harmony/mod.ts>ReactionUsersManager

An easy to use Discord API Library for Deno.
Go to Latest
class ReactionUsersManager
extends UsersManager
import { ReactionUsersManager } from "https://deno.land/x/harmony@v2.7.0/mod.ts";

Constructors

new
ReactionUsersManager(client: Client, reaction: MessageReaction)

Properties

reaction: MessageReaction

Methods

remove(user: User | string): Promise<void>

Remove a specific User from this Reaction

removeAll(): Promise<void>

Remove all Users from this Reaction