NasimBotPlatform
v1.0.0
Published
<h1><a style="color:#778899">Nasim Bot Platform</a></h1> You can develop <a href="https://nasim.elenoon.ir/">Nasim</a> Bot with this sdk easily. Are you JS Developer? <br>This bot sdk written in JS for you!<br> Enjoy it. <ul> <li> <h3 style="color:#3fb
Downloads
2
Readme
var nasimbotplatform = require("nasimbotplatform");
var TextMessage = nasimbotplatform.TextMessage;
var NasimBot = nasimbotplatform.NasimBot;
var myBot = new NasimBot("YOUR_TOKEN");
myBot.hears(['hi'], function (res) {
res.reply(new TextMessage("Hello!"));
});