revchiver
TypeScript icon, indicating that this package has built-in type declarations

0.6.0 • Public • Published

Revchiver

Archiving library for Revolt.

Usage

Basic example - make sure to pass Revolt.JS messages to the function:

import { archiveChannel } from "revchiver";

const msg = "<insert revolt.js message object here>";
const ignoredMsgs = ["array", "of", "message", "objects"];

const data = await archiveChannel(msg, ignoredMsgs);

Package Sidebar

Install

npm i revchiver

Weekly Downloads

2

Version

0.6.0

License

MIT

Unpacked Size

7.62 kB

Total Files

13

Last publish

Collaborators

  • rexogamer