2.1.0 • Published 2 years ago

discord-chatbot v2.1.0

Weekly downloads
92
License
Apache-2.0
Repository
github
Last release
2 years ago

Discord-Chatbot

Quick Chatbot API wrapper for your discord bot and many other things.

Discord-Chatbot

Features

  • Beginner friendly

  • Easy to use

  • Asynchronous

Quick Example

const Chatbot  =  require("discord-chatbot");

const chatbot  =  new  Chatbot({name: "Udit", gender: "Male"});

chatbot.chat("Hello").then(response=>console.log(response)).catch(e => console.log(e));
/*
	Hi, my friend! Do you want me to tell you a story?
 */

Links

Discord Server

npm.io