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.

19 lines 709 B
export declare enum ScheduledEventProperty { id = "id", userID = "userID", guildID = "guildID", channelID = "channelID", name = "name", userCount = "userCount", description = "description", startTimestamp = "startTimestamp", endTimestamp = "endTimestamp", timestamp = "timestamp", url = "url", cover = "cover", entityID = "entityID", location = "location", entityType = "entityType" } export declare const ScheduledEventProperties: import("../functions/defineProperties").Properties<typeof ScheduledEventProperty, import("discord.js").GuildScheduledEvent<import("discord.js").GuildScheduledEventStatus>>; //# sourceMappingURL=scheduledEvent.d.ts.map