- BREAKING: You must now import functions from the package itself - replace any imports from
revchiver/dist
with imports fromrevchiver
. - Reactions are now archived.
- Updated to Revolt.JS v6.0.19.
- The timestamp/archiver ID should now always be correct.
- Fix build/typing issues.
- The package should no longer get stuck in an infinite loop if there is only one message in a channel.
- Optimise message fetcher.
- Avoid ratelimiting.
- BREAKING:
archiveChannel()
'sbotMsg
andignoreSuppliedMessages
params have been removed - the function now just takes aMessage
and, optionally,ignoredMsgs
- an array ofMessages
to ignore.
- BREAKING: Update to Revolt.JS v6.0.0.
- Hotfix for v0.3.0.
- BREAKING: The
client
param ofarchiveChannel()
has been removed - it was unused. archiveChannel()
now takes an optionalignoreSuppliedMessages
param (a boolean, defaulting totrue
) - this determines whether to ignore the first message passed to the function (the second message,botMsg
, will always be ignored.)
- BREAKING:
archive()
has been renamed toarchiveChannel()
, and now returns an object instead of a string.
- Fix types (#1) - thanks @sportshead!
- Attempt to fix types.
- Attempt to fix types.
- Add types.
Initial release.