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.

11 lines 443 B
import { ForgeClient } from "../core/ForgeClient"; import { ForgeFunction, IForgeFunction } from "../structures/ForgeFunction"; export declare class ForgeFunctionManager { private readonly client; private readonly functions; constructor(client: ForgeClient); add(options: IForgeFunction): void; get(name: string): ForgeFunction | undefined; load(path: string): void; } //# sourceMappingURL=ForgeFunctionManager.d.ts.map