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.

12 lines 422 B
import { StageInstance } from "discord.js"; export declare enum StageProperty { channelID = "channelID", id = "id", topic = "topic", timestamp = "timestamp", guildID = "guildID", privacyLevel = "privacyLevel", eventId = "eventId" } export declare const StageProperties: import("../functions/defineProperties").Properties<typeof StageProperty, StageInstance>; //# sourceMappingURL=stage.d.ts.map