UNPKG

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 335 B
import { Presence } from "discord.js"; export declare enum PresenceProperty { id = "id", guildID = "guildID", status = "status", platform = "platform" } export declare const PresenceProperties: import("../functions/defineProperties").Properties<typeof PresenceProperty, Presence>; //# sourceMappingURL=presence.d.ts.map