Marcello Africano

Results 3 issues of Marcello Africano

I felt like I saw this issue in here before but I looked through the list of issues just now, and I didn't catch one that said batch process or...

I have some code and it says: ``` javascript if (data.text.split(" ")[0] == "mail") { var mailto = data.text.split(" ")[1]; var message = data.text.split(" ")[2]; bot.getUserId(mailto, function (data) { mailto...

I ran `npm install cmbot` and, I think, the install was successful. I followed the instructions but I cannot seem to figure out how to run the bot, so can...