revchiver
v0.6.0
Published
Archiving library for Revolt.
Downloads
12
Readme
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);