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) 272 B
export default class Loader { files: string[]; private watcher; constructor(); scan(dir: string): Promise<string[]>; private addFile; private removeFile; load(filePath: string): void; watchChanges(updatePluginCallback: () => void): void; }