Skip to content

Commit

Permalink
docs(ThreadManager): Fix typo (#6485)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Aug 24, 2021
1 parent 1418649 commit 8a95211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/managers/ThreadManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class ThreadManager extends CachedManager {
* * `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 guilds boost count
* * `'MAX'` Based on the guild's features
* @typedef {number|string} ThreadAutoArchiveDuration
*/

Expand Down

0 comments on commit 8a95211

Please sign in to comment.