@tryforge/forgescript
Version:
ForgeScript is a comprehensive package that empowers you to effortlessly interact with Discord's API. It ensures scripting remains easy to learn and consistently effective.
12 lines • 438 B
TypeScript
import { MessageReaction } from "discord.js";
export declare enum ReactionProperty {
emoji = "emoji",
count = "count",
burstCount = "burstCount",
normalCount = "normalCount",
me = "me",
meBurst = "meBurst",
burstColors = "burstColors"
}
export declare const ReactionProperties: import("../functions/defineProperties").Properties<typeof ReactionProperty, MessageReaction>;
//# sourceMappingURL=reaction.d.ts.map