discord-chatbot
Version:
A simple Chatbot for your Discord bot
48 lines (21 loc) • 786 B
Markdown
# Discord-Chatbot
Quick Chatbot API wrapper for your discord bot and many other things.

# Features
- Beginner friendly
- Easy to use
- Asynchronous
# Quick Example
```js
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 Support Server](https://discord.gg/2SUybzb)**
- **[GitHub](https://github.com/udit2303/discord-chatbot)**
# Discord Server
[](https://discord.gg/2SUybzb)