UNPKG

@neoxr/wb

Version:

A simple and easy-to-use WhatsApp bot module built on top of Baileys. Designed for effortless integration and quick setup.

11 lines (10 loc) 263 B
interface Plugin { async: boolean; error?: boolean; } declare class NeoxrCommands { plugins: Plugin[]; create: (asyncFlag: boolean, object: Plugin, path?: string) => Promise<void>; } declare const _default: NeoxrCommands; export default _default;