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
+3 -1
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,