UNPKG

@kamuridesu/whatframework

Version:

A simple WhatsApp Bot Framework on top of Baileys

7 lines (6 loc) 551 B
import { colors } from "./color.js"; import { stringFormat, parseTextWithQuotation, checkMentionsInText, checkJidInTextAndConvert } from "./text.js"; import { createSticker, createStickerFromMedia } from "./sticker.js"; import { botFactory, getTotalVideoBufferLengthInSeconds } from "./util.js"; import { CommandHandler } from "./handlers.js"; export { botFactory, colors, parseTextWithQuotation, checkJidInTextAndConvert, checkMentionsInText, createSticker, createStickerFromMedia, stringFormat, CommandHandler, getTotalVideoBufferLengthInSeconds };