Skip to main content
Module

x/harmony/src/types/mod.ts>MESSAGE_REACTION

An easy to use Discord API Library for Deno.
Go to Latest
variable MESSAGE_REACTION
import { MESSAGE_REACTION } from "https://deno.land/x/harmony@v2.9.0/src/types/mod.ts";

type

(
channelID: string,
messageID: string,
emoji: string,
) => string