refactor: clickButton and selectMenu

This commit is contained in:
March 7th
2022-12-04 01:13:19 +07:00
parent b191df3e99
commit 720848131d
3 changed files with 26 additions and 30 deletions

View File

@@ -280,7 +280,7 @@ class MessageSelectMenu extends BaseMessageComponent {
/**
* Mesage select menu
* @param {Message} message The message this select menu is for
* @param {Array<string>} values The values of the select menu
* @param {Array<any>} values The values of the select menu
* @returns {Promise<InteractionResponse>}
*/
async select(message, values = []) {