1.1.4 • Published 4 years ago
mitsakuai v1.1.4
Mitsaku AI
MitsakuAI is an really powerful AI that for Discord Bots.
Installation
Use the package manager npm to install foobar.
npm install mitsakuaiUsage
const mitsakuai = require('mitsakuai');
client.on('message', (msg) => { // Change client variable if you call client as "bot".
client.mitsakuai.handleTalk(msg);
});Contributing
Pull requests are always welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.