@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.
20 lines • 677 B
TypeScript
import { EmbedBuilder } from "@discordjs/builders";
export declare enum EmbedProperty {
title = "title",
titleURL = "titleURL",
authorName = "authorName",
authorIcon = "authorIcon",
footerText = "footerText",
image = "image",
thumbnail = "thumbnail",
footerIcon = "footerIcon",
description = "description",
timestamp = "timestamp",
authorURL = "authorURL",
color = "color",
fieldName = "fieldName",
fieldInline = "fieldInline",
fieldValue = "fieldValue"
}
export declare const EmbedProperties: import("../functions/defineProperties").Properties<typeof EmbedProperty, EmbedBuilder>;
//# sourceMappingURL=embed.d.ts.map