new(whatsapp.gblib): General Bots WhatsApp provider.

This commit is contained in:
Rodrigo Rodriguez 2022-07-17 13:22:05 -03:00
parent e3eeaf1e57
commit d898f962d1

View file

@ -645,6 +645,7 @@ export class SystemKeywords {
* send sms to "+" + row.mobile, "Hello " + row.name + "! "
* loop
* @see NPM package data-forge
* // TODO: https://www.npmjs.com/package/parse-markdown-table
*/
public async find(file: string, ...args): Promise<any> {
GBLog.info(`BASIC: FIND running on ${file} and args: ${JSON.stringify(args)}...`);