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

0.7.0 • Public • Published

Revchiver

Archiving library for Revolt.

Requirements

Revchiver requires Node 18 or later and Revolt.JS v7.

Usage

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

import { archiveChannel } from "revchiver";

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

const data = await archiveChannel(client, msg, ignoredMsgs);

Package Sidebar

Install

npm i revchiver

Weekly Downloads

1

Version

0.7.0

License

MIT

Unpacked Size

6.93 kB

Total Files

12

Last publish

Collaborators

  • rexogamer