5.0.3 • Published 5 years ago
cathyjs v5.0.3
Cathyjs
Simple chatbot module for discord bots or websites with faster response.
Installing
npm install cathyjs
Usage
const Cathy = require("cathyjs");
const cathy = new Cathy();
cathy.startChatting("hi").then(console.log);