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.

12 lines 647 B
import { ArgType, INativeFunction, NativeFunction } from "../structures/NativeFunction"; import { IRawFunction } from "../core/Compiler"; export declare class FunctionManager { private static readonly Functions; static loadNative(): void; static load(path: string): Promise<void>; static disable(fns: string[]): void; static get(name: string): NativeFunction<import("../structures/NativeFunction").IArg<ArgType, boolean, boolean, import("../structures/NativeFunction").EnumLike<any>>[], boolean>; static toJSON(): INativeFunction<any>[]; static get raw(): IRawFunction[]; } //# sourceMappingURL=FunctionManager.d.ts.map