1.1.0 • Published 3 years ago

popcat-chatbot v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago