types: add missing typing (#7781)

This commit is contained in:
Jiralite
2022-04-14 11:44:42 +01:00
committed by GitHub
parent 446eb390ce
commit f094e33861

View File

@@ -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 {