eris-msgs-backup

0.2.2 • Public • Published

Eris Messages Backup NPM version

Forward your server messages to another server, with webhooks!

Installing

npm install eris-msgs-backup

Example

const Eris = require("eris");
const bot = new Eris("BOT_TOKEN");
const Backup = require("eris-msgs-backup");

bot.on("ready", () => {
  Backup(bot, "myServerID", "backupServerID", {
    embeds: true,
    files: true,
    deleteWebhook: true
  });
});

bot.connect();

Package Sidebar

Install

npm i eris-msgs-backup

Weekly Downloads

1

Version

0.2.2

License

MIT

Unpacked Size

7.03 kB

Total Files

9

Last publish

Collaborators

  • juliancodes