fix(Button + SelectMenu): wrong applicationId #222

This commit is contained in:
March 7th
2022-07-26 10:16:27 +07:00
parent 0a695d9edc
commit 136bf7ae50
4 changed files with 9 additions and 3 deletions

View File

@@ -1016,7 +1016,7 @@ class Message extends Base {
}
/**
* Click specific button [Suggestion: Dux#2925]
* @param {string<Button.customId>} buttonID Button ID
* @param {string} buttonID Button ID
* @returns {Promise<InteractionResponseBody>}
*/
async clickButton(buttonID) {