UNPKG

shadow-core

Version:

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

7 lines (6 loc) 189 B
export declare function splitSpecialId(specialId: string): { feature: string; action: string; id: string; }; export declare function importFile(filePath: string): Promise<any>;