An open API service indexing awesome lists of open source software.

https://github.com/fc5570/smartcord

A chatbot, basically a wrapper for https://api.affiliateplus.xyz
https://github.com/fc5570/smartcord

chatbot discord djs javascript js

Last synced: 5 months ago
JSON representation

A chatbot, basically a wrapper for https://api.affiliateplus.xyz

Awesome Lists containing this project

README

          

# smartcord

A chatbot, basically a wrapper for https://api.affiliateplus.xyz.

### Basic Usage:

```
const smartcord = require("smartcord")

smartcord.chat("Hey", {
botName: "some name",
ownerName: "some name",
userName: "some name"
})
.then(m => console.log(m)) // Hey, my friend! Do you want me to tell you a joke?
```

#### If you need any help you can DM me on Discord, FC#5104