0.0.4 • Published 5 months ago

@persian-caesar/chatbot v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

chatbot

A custom chat bot package free for all.

Example

const { Database, default: ChatBot } = require("@persian-caesar/chatbot");
const { QuickDB, JSONDriver } = require("quick.db");
const database = new Database(new QuickDB({ driver: new JSONDriver() }));
const chatBot = new ChatBot(database, "1");
const answer = chatBot.handleMessage("hello");
console.log(answer);

Contact