Cathy.js Simple chatbot package based on simple ML. Installing npm install cathy.js Features No api key required fast simple easy Machine Learning It wont save messages, you have to save it on your own :) Getting Started const Cathy = require("cathy.js"); const cathy = new Cathy(); Chatting const message = cathy.chat("hello"); console.log(message); Discord Server https://discord.gg/2SUybzb