chore: v2.9.11

This commit is contained in:
March 7th
2022-12-04 01:47:48 +07:00
parent 7d34a5de24
commit 63cd0b3ca8
3 changed files with 3 additions and 3 deletions

2
typings/index.d.ts vendored
View File

@@ -1975,7 +1975,7 @@ export class Message<Cached extends boolean = boolean> extends Base {
public markUnread(): Promise<boolean>;
public markRead(): Promise<boolean>;
public clickButton(button?: MessageButton | MessageButtonLocation | string): Promise<InteractionResponse>;
public selectMenu(menuID: MessageSelectMenu|Snowflake|number, options: any[]): Promise<InteractionResponse>;
public selectMenu(menuID: MessageSelectMenu | Snowflake | number, options: any[]): Promise<InteractionResponse>;
public selectMenu(options: any[]): Promise<InteractionResponse>;
public contextMenu(botID: Snowflake, commandName: string): Promise<InteractionResponse>;
}