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

Releases: rexovolt/revchiver

v0.6.0

17 Jan 23:41
Compare
Choose a tag to compare
  • BREAKING: You must now import functions from the package itself - replace any imports from revchiver/dist with imports from revchiver.
  • Reactions are now archived.
  • Updated to Revolt.JS v6.0.19.

v0.5.4

08 Nov 17:30
Compare
Choose a tag to compare
  • The timestamp/archiver ID should now always be correct.
  • Fix build/typing issues.

v0.5.3

31 May 13:45
Compare
Choose a tag to compare

The package should no longer get stuck in an infinite loop if there is only one message in a channel.

v0.5.2

31 May 13:44
Compare
Choose a tag to compare

Optimise message fetcher.

v0.5.1

07 May 19:58
Compare
Choose a tag to compare

Avoid ratelimiting.

v0.5.0

07 May 19:57
Compare
Choose a tag to compare

BREAKING: archiveChannel()'s botMsg and ignoreSuppliedMessages params have been removed - the function now just takes a Message and, optionally, ignoredMsgs - an array of Messages to ignore.

v0.4.0

07 May 18:29
Compare
Choose a tag to compare

BREAKING: Update to Revolt.JS v6.0.0.

v0.3.1

07 May 18:28
Compare
Choose a tag to compare

Hotfix for v0.3.0.

v0.3.0

07 May 18:28
Compare
Choose a tag to compare
  • BREAKING: The client param of archiveChannel() has been removed - it was unused.
  • archiveChannel() now takes an optional ignoreSuppliedMessages param (a boolean, defaulting to true) - this determines whether to ignore the first message passed to the function (the second message, botMsg, will always be ignored.)

v0.2.0

01 May 13:20
Compare
Choose a tag to compare
  • BREAKING: archive() has been renamed to archiveChannel(), and now returns an object instead of a string.

Full Changelog: v0.1.4...v0.2.0