mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +01:00
types: add missing typing (#7781)
This commit is contained in:
1
packages/discord.js/typings/index.d.ts
vendored
1
packages/discord.js/typings/index.d.ts
vendored
@@ -2560,6 +2560,7 @@ export class Util extends null {
|
|||||||
reason?: string,
|
reason?: string,
|
||||||
): Promise<{ id: Snowflake; position: number }[]>;
|
): Promise<{ id: Snowflake; position: number }[]>;
|
||||||
public static splitMessage(text: string, options?: SplitOptions): string[];
|
public static splitMessage(text: string, options?: SplitOptions): string[];
|
||||||
|
public static resolveAutoArchiveMaxLimit(guild: Guild): number;
|
||||||
}
|
}
|
||||||
|
|
||||||
export class Components extends null {
|
export class Components extends null {
|
||||||
|
|||||||
Reference in New Issue
Block a user