1.1.0 • Published 2 years ago

popcat-chatbot v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Popcat Chatbot

A wrapper of Pop Cat's chatbot API endpoint.

Usage

const { Chatbot } = require("popcat-chatbot");

const chatbot = new Chatbot()
  .setName("PainBot")
  .setGender("Male")
  .setOwner("TCA");

chatbot.chat("hello world").then(console.log).catch(console.error);
1.1.0

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago