UNPKG

@shadow-dev/core

Version:

A modular core framework for Discord bot development, providing commands, buttons, menus, middleware, and more.

10 lines (9 loc) 323 B
import { CommandMiddleware } from "./interface"; export declare class Middleware { private static commandSpecificMiddleware; static loadAllMiddleware(): Promise<{ commandMiddleware: Map<string, CommandMiddleware>; }>; private static loadCommandMiddleware; private static loadGlobalMiddleware; }