import { MessageReactionsManager } from "https://deno.land/x/harmony@v2.9.1/src/managers/messageReactions.ts";
Properties
message: Message
Methods
array(): Promise<MessageReaction[]>
flush(): Promise<void>
get(id: string): Promise<MessageReaction | undefined>
removeAll(): Promise<void>
Remove all Reactions from the Message
removeEmoji(emoji: Emoji | string): Promise<MessageReactionsManager>
Remove a specific Emoji from Reactions
removeUser(emoji: Emoji | string, user: User | string): Promise<MessageReactionsManager>
Remove a specific Emoji from Reactions
updateRefs(): Promise<void>