From 8a9521123086e072c664512128b46209b2f00e06 Mon Sep 17 00:00:00 2001
From: Jiralite <33201955+Jiralite@users.noreply.github.com>
Date: Tue, 24 Aug 2021 21:21:22 +0100
Subject: [PATCH] docs(ThreadManager): Fix typo (#6485)
---
src/managers/ThreadManager.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/managers/ThreadManager.js b/src/managers/ThreadManager.js
index 1df19e6fc..654c86c21 100644
--- a/src/managers/ThreadManager.js
+++ b/src/managers/ThreadManager.js
@@ -66,7 +66,7 @@ class ThreadManager extends CachedManager {
* * `1440` (1 day)
* * `4320` (3 days) This is only available when the guild has the `THREE_DAY_THREAD_ARCHIVE` feature.
* * `10080` (7 days) This is only available when the guild has the `SEVEN_DAY_THREAD_ARCHIVE` feature.
- * * `'MAX'` Based on the guilds boost count
+ * * `'MAX'` Based on the guild's features
* @typedef {number|string} ThreadAutoArchiveDuration
*/