mirror of
https://github.com/discordjs/discord.js.git
synced 2026-09-18 09:17:28 +00:00
types: add missing typing (#7781)
This commit is contained in:
+1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user