mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +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,
|
||||
): 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