Skip to content

FC5570/smartcord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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