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

Latest commit

 

History

History
16 lines (10 loc) · 351 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 351 Bytes

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