0.7.0 • Published 6 months ago

revchiver v0.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Revchiver

Archiving library for Revolt.

Requirements

Revchiver requires Node 18 or later and Revolt.JS v7.

Usage

Basic example - make sure to pass Revolt.JS messages to the function:

import { archiveChannel } from "revchiver";

const client = "<insert revolt.js client object here>";
const msg = "<insert revolt.js message object here>";
const ignoredMsgs = ["array", "of", "message", "objects"];

const data = await archiveChannel(client, msg, ignoredMsgs);
0.7.0

6 months ago

0.6.0

2 years ago

0.5.4

3 years ago

0.5.3

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago