import Bottr from 'bottr';
let Bot = new Bottr.Bot()
bot.on('message_received', (message, session) => {
session.send('Hello World!')
})
bot.listen()
Simple
Create expresive interactive bots without dealing with the low level details.
Event Based
Our event based system allows to easily chain and combine actions together.
Flexible
Use Components from the Ecosystem to add additional capabilities to your bot.
Familiar
Built ontop of proven technolgies Node.js, Javascript and Express.js

