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.

17 lines 527 B
import { Sticker } from "discord.js"; export declare enum StickerProperty { id = "id", name = "name", guildID = "guildID", authorID = "authorID", timestamp = "timestamp", url = "url", format = "format", available = "available", tags = "tags", sortValue = "sortValue", packID = "packID", description = "description" } export declare const StickerProperties: import("../functions/defineProperties").Properties<typeof StickerProperty, Sticker>; //# sourceMappingURL=sticker.d.ts.map