0.0.5 • Published 5 years ago
chatcord v0.0.5
Chatcord
Chatcord is a quick way to easily make your own Chat Bot with Javascript Easily with https://www.cleverbot.com/
This package is just for Entertainment Purpose. Typescript Support added!
Only the name is ChatCord but can be used anywhere if you have right knowledge!
Quick Example
// Import Package
const chatcord = require('chatcord')
// Use Client Class
const chat = new chatcord.Client()
chat.chat('Hey! How are you!').then(reply => {
console.log(reply)
// The module will reply with the based on stimulus (1st parameter of the chat function!)
})
Credits
Made by Science Spot and Rup
Support Discord Servers
GitHub Repo
Report your Issues in the GitHub Repo Issues or join the Discord Server and directly report your Issue!