chore: deprecated resolveAutoArchiveMaxLimit, MAX
option
see my commit in discord.js
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -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>;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user