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.

5 lines 240 B
import { CommandType } from "../structures"; import { BaseCommandManager } from "./BaseCommandManager"; export declare class NativeCommandManager extends BaseCommandManager<CommandType> { } //# sourceMappingURL=NativeCommandManager.d.ts.map