chore: v2.11.2

This commit is contained in:
Elysia 2023-02-28 21:06:55 +07:00
parent 808adeb016
commit 89de461ee5
3 changed files with 5 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "discord.js-selfbot-v13",
"version": "2.11.1",
"version": "2.11.2",
"description": "A unofficial discord.js fork for creating selfbots [Based on discord.js v13]",
"main": "./src/index.js",
"types": "./typings/index.d.ts",

4
typings/index.d.ts vendored
View File

@ -2687,7 +2687,9 @@ export class Role extends Base {
public static comparePositions(role1: Role, role2: Role): number;
}
export class BaseSelectMenuInteraction<Cached extends CacheType = CacheType> extends MessageComponentInteraction<Cached> {
export class BaseSelectMenuInteraction<
Cached extends CacheType = CacheType,
> extends MessageComponentInteraction<Cached> {
public constructor(client: Client, data: RawMessageSelectMenuInteractionData);
public readonly component: CacheTypeReducer<
Cached,