chore: deprecated resolveAutoArchiveMaxLimit, MAX option

see my commit in discord.js
This commit is contained in:
March 7th
2022-12-26 18:00:14 +07:00
parent b3d0a859f4
commit 557a77e07b
3 changed files with 8 additions and 8 deletions

1
typings/index.d.ts vendored
View File

@@ -3151,6 +3151,7 @@ export class Util extends null {
): Promise<{ id: Snowflake; position: number }[]>;
/** @deprecated This will be removed in the next major version. */
public static splitMessage(text: string, options?: SplitOptions): string[];
/** @deprecated This will be removed in the next major version. */
public static resolveAutoArchiveMaxLimit(guild: Guild): Exclude<ThreadAutoArchiveDuration, 60>;
}