UNPKG

@shadow-dev/core

Version:

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

11 lines (10 loc) 230 B
import { Bot } from "../bot"; export declare class PluginLoader { private baseDir; private pluginDir; private ext; private debug; private bot; constructor(bot: Bot); registerPlugins(): Promise<void>; }