1.1.0 • Published 4 years ago
chatbot-zero v1.1.0
Lightweight module for the cleverbot API implementation free of cost.
Join My Discord Server
Credits:
Promise Based!
const zero = require("chatbot-zero");
zero.responseFetch("Hello").then((reply) => {
console.log(reply);
//Do your stuffs with the reply
});
Async / Await
const zero = require("chatbot-zero");
async function main() {
const reply = await zero.responseFetch("Sup Mate!");
console.log(reply);
//Do your stuff with reply
}
main();
1.1.0
4 years ago
1.0.2
4 years ago
1.0.1-devy
4 years ago
1.0.1-devx
4 years ago
1.0.1-dev
4 years ago
1.0.1
4 years ago
1.0.0-dev
4 years ago
1.0.0
4 years ago