UNPKG

botpress

Version:

The world's first CMS for bots. Easily create, manage and extend chatbots.

7 lines (4 loc) 158 B
const { Botpress } = require('botpress') const bot = new Botpress({ botfile: require('./botfile.js') }) bot.start() module.exports = require('./src/index')