@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.
16 lines • 500 B
TypeScript
import { Sticker } from "discord.js";
export declare enum StickerProperty {
guildID = "guildID",
name = "name",
id = "id",
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