  
# Discord-Chatbot

Quick Chatbot API wrapper for your discord bot and many other things.

  

![Discord-Chatbot](https://nodei.co/npm/discord-chatbot.png)

  

# 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://i.imgur.com/f6hNUfc.png)](https://discord.gg/2SUybzb)