Archiving library for Revolt.
npm install revchiverArchiving library for Revolt.
Revchiver requires Node 18 or later and Revolt.JS v7.
Basic example - make sure to pass Revolt.JS messages to the function:
``ts
import { archiveChannel } from "revchiver";
const client = "
const msg = "
const ignoredMsgs = ["array", "of", "message", "objects"];
const data = await archiveChannel(client, msg, ignoredMsgs);
``