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.
7 lines • 356 B
TypeScript
import { ClientEvents } from "discord.js";
import { ForgeClient } from "../core/ForgeClient";
import { BaseEventHandler } from "./BaseEventHandler";
export declare class DiscordEventHandler<T extends keyof ClientEvents> extends BaseEventHandler<ClientEvents, T> {
register(client: ForgeClient): void;
}
//# sourceMappingURL=DiscordEventHandler.d.ts.map