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
- Host: GitHub
- URL: https://github.com/fc5570/smartcord
- Owner: FC5570
- License: mit
- Created: 2021-03-12T15:25:15.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T22:42:11.000Z (about 2 years ago)
- Last Synced: 2025-04-05T00:41:19.790Z (about 1 year ago)
- Topics: chatbot, discord, djs, javascript, js
- Language: JavaScript
- Homepage: https://npmjs.com/package/smartcord
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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