You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 21, 2024. It is now read-only.
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.
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.)