Changelog
v0.5.4 (2022-11-08)
Changelog
v0.5.3 (2022-05-31)
Changelog
v0.5.0 (2022-05-07)
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.Changelog
v0.3.0 (2022-05-06)
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.)