UNPKG

@kamuridesu/whatframework

Version:

A simple WhatsApp Bot Framework on top of Baileys

10 lines (9 loc) 229 B
interface Translations { commands: string; missingStickerMedia: string; sendingMediaError: string; commandNotFoundError: string; groupLimitReached: string; category: string; } export default Translations;