UNPKG

@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.

9 lines 349 B
import { PollAnswer } from "discord.js"; export declare enum PollAnswerProperty { text = "text", voteCount = "voteCount", id = "id", messageID = "messageID" } export declare const PollAnswerProperties: import("../functions/defineProperties").Properties<typeof PollAnswerProperty, PollAnswer>; //# sourceMappingURL=pollAnswer.d.ts.map