From a51420f7f851c671b8e896d987a26172749376f5 Mon Sep 17 00:00:00 2001 From: GrapeColor <40069549+GrapeColor@users.noreply.github.com> Date: Sun, 5 Jun 2022 16:35:36 +0900 Subject: [PATCH] fix(ApplicationCommandOptionType): Add attachment to jsdoc (#7952) Co-authored-by: GrapeColor --- src/util/Constants.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/Constants.js b/src/util/Constants.js index 6f99b3374..417157e6d 100644 --- a/src/util/Constants.js +++ b/src/util/Constants.js @@ -1036,6 +1036,7 @@ exports.ApplicationCommandTypes = createEnum([null, 'CHAT_INPUT', 'USER', 'MESSA * * ROLE * * MENTIONABLE * * NUMBER + * * ATTACHMENT * @typedef {string} ApplicationCommandOptionType * @see {@link https://discord.com/developers/docs/interactions/application-commands#application-command-object-application-command-option-type} */