discord-sbot-chatbot
v0.0.3
Published
A simple Chatbot for your Discord.js bot
Downloads
8
Readme
discord-sbot-chatbot
Quick chat API wrapper for your discord bot and many other things.
Features
Beginner friendly
Easy to use
Asynchronous
Quick Example
const {sbot_chatbot} = require("discord-sbot-chatbot");
const client = new sbot_chatbot({name: "bot nane", gender: "female/male"});
client.chat("Hello").then(console.log).catch(e => console.log(e));
/*
Hi, my friend! Do you want me to tell you a story?
*/