@kamuridesu/whatframework
Version:
A simple WhatsApp Bot Framework on top of Baileys
10 lines (9 loc) • 357 B
JavaScript
const TRANSLATIONS = {
commands: "Commands",
missingStickerMedia: "Error! Message has to be an image, video or gif!",
sendingMediaError: "An error hapenned while sending media file",
commandNotFoundError: "Command not found!",
groupLimitReached: "Maximum number of groups reached!",
category: "Category",
};
export { TRANSLATIONS };