UNPKG

nv-fca

Version:

A node.js package for automating Facebook Messenger bot, and is one of the most advanced next-generation Facebook Chat API (FCA) by @NethWs3Dev (Kenneth Aceberos)

8 lines (6 loc) 139 B
"use strict"; module.exports = function (defaultFuncs, api, ctx) { return function getRegion() { return ctx?.region; }; };