UNPKG

@shadow-dev/core

Version:

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

8 lines (7 loc) 278 B
export declare function splitSpecialId(specialId: string): { feature: string; action: string; id: string; }; export declare function importFile(filePath: string): Promise<any>; export declare function isBotOwner(userId: string, ownerId: string | string[]): boolean;