UNPKG

@kamuridesu/whatframework

Version:

A simple WhatsApp Bot Framework on top of Baileys

10 lines (9 loc) 256 B
import { IBot } from "../../@types/types.js"; import Translations from "./interface.js"; declare class Language { readonly language: string; private readonly TRANSLATIONS; constructor(bot: IBot); get(): Translations; } export { Language };