chatcord
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

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!

Package Sidebar

Install

npm i chatcord

Weekly Downloads

17

Version

0.0.5

License

MIT

Unpacked Size

2.92 kB

Total Files

4

Last publish

Collaborators

  • science_spot_codes
  • gogeta