chore: deprecated resolveAutoArchiveMaxLimit, MAX
option
see my commit in discord.js
This commit is contained in:
@@ -873,9 +873,10 @@ class Message extends Base {
|
||||
* archived. This can be:
|
||||
* * `60` (1 hour)
|
||||
* * `1440` (1 day)
|
||||
* * `4320` (3 days) <warn>This is only available when the guild has the `THREE_DAY_THREAD_ARCHIVE` feature.</warn>
|
||||
* * `10080` (7 days) <warn>This is only available when the guild has the `SEVEN_DAY_THREAD_ARCHIVE` feature.</warn>
|
||||
* * `'MAX'` Based on the guild's features
|
||||
* * `4320` (3 days)
|
||||
* * `10080` (7 days)
|
||||
* * `'MAX'` (7 days)
|
||||
* <warn>This option is deprecated and will be removed in the next major version.</warn>
|
||||
* @typedef {number|string} ThreadAutoArchiveDuration
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user