types: add missing typing (#7781)

This commit is contained in:
Jiralite
2022-04-14 12:44:42 +02:00
committed by GitHub
parent 446eb390ce
commit f094e33861
+1
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 {