discord-chatbot
TypeScript icon, indicating that this package has built-in type declarations

2.1.0 • Public • Published

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

Package Sidebar

Install

npm i discord-chatbot

Weekly Downloads

1,159

Version

2.1.0

License

Apache-2.0

Unpacked Size

14.7 kB

Total Files

5

Last publish

Collaborators

  • udit2303