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.
10 lines • 548 B
TypeScript
import { IExtendedCompilationResult } from "../core";
import { IApplicationCommandData } from "../managers/ApplicationCommandManager";
export declare class ApplicationCommand {
readonly options: IApplicationCommandData;
compiled: IExtendedCompilationResult;
constructor(options: IApplicationCommandData);
get name(): string;
toJSON(): import("discord.js").RESTPostAPIChatInputApplicationCommandsJSONBody | import("discord.js").RESTPostAPIContextMenuApplicationCommandsJSONBody;
}
//# sourceMappingURL=ApplicationCommand.d.ts.map