UNPKG

@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.

6 lines 265 B
import { CommandType } from "../structures"; import { BaseCommandManager } from "./BaseCommandManager"; export declare class NativeCommandManager extends BaseCommandManager<CommandType> { handlerName: string; } //# sourceMappingURL=NativeCommandManager.d.ts.map