UNPKG

@tioagustian/whatsbot

Version:

A toolkit for working with the WhatsApp Web API

12 lines (10 loc) 224 B
const ping = function (handler, chat) { handler.reply('pong!', {}, test); } const test = function (handler, chat) { handler.reply('test!', { test: 'test' }); } exports.ping = ping; exports.test = test;