@vnbot/custom-bot

1.0.2 • Public • Published

CUSTOM_BOT


  • Cấu hình cho bot của bạn

How to use ?

  • Install ?
npm i --save @vnbot/custom-bot
  • How to use
const { Bot } = require('@vnbot/ezbot');
const bot = new Bot({
  email: 'email',
  password: 'password',
});

const Plugin = require('@vnbot/custom-bot');
bot.on('info', (msg) => msg && msg.log && msg.log());
bot.once('error', (err) => {
  bot.stop();
});
bot.register(new Plugin({ prefix: '!', name: 'Bot', admins: ['123'] })).register(otherPlugin);

bot.start();

Package Sidebar

Install

npm i @vnbot/custom-bot

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

1.64 kB

Total Files

3

Last publish

Collaborators

  • notekunn