Skip to content

rexovolt/revchiver

Repository files navigation

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);