diff --git a/packages/discord.js/typings/index.d.ts b/packages/discord.js/typings/index.d.ts index e4f0fed9e..4622bbe9a 100644 --- a/packages/discord.js/typings/index.d.ts +++ b/packages/discord.js/typings/index.d.ts @@ -2560,6 +2560,7 @@ export class Util extends null { reason?: string, ): Promise<{ id: Snowflake; position: number }[]>; public static splitMessage(text: string, options?: SplitOptions): string[]; + public static resolveAutoArchiveMaxLimit(guild: Guild): number; } export class Components extends null {