1.1.0 • Published 3 years ago

smartchatbot v1.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

ChatBot

SmartChatBot is a quick way to easily make your own Chat Bot with Javascript Easily with https://api.affiliateplus.xyz/

This package is just for Entertainment Purpose.

Quick Example

Javascript:

// Import Package
const smartchatbot = require('smartchatbot')

smartchatbot.chat('Hey! How are you!', 'ChatBot', 'CoolOwnerName', 'CoolUniqueUserId').then(reply => {
  console.log(reply)
  // The module will reply based on the message! (1st parameter of the chat function!)
})

Credits

Made by Lebyy_Dev.

Support Discord Servers

GitHub Repo

Report your Issues in the GitHub Repo Issues or join the Discord Server and directly report your Issue!

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago