Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.
/ revchiver Public archive

Fittingly, this repo has been archived - Revchiver can now be found in the monorepo.

License

Notifications You must be signed in to change notification settings

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