Archiving library for Revolt.
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);