Skip to content

Commit

Permalink
fix(ApplicationCommandOptionType): Add attachment to jsdoc (#7952)
Browse files Browse the repository at this point in the history
Co-authored-by: GrapeColor <grapecolor@users.noreply.github.com>
  • Loading branch information
GrapeColor and GrapeColor committed Jun 5, 2022
1 parent e3cbd45 commit a51420f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/Constants.js
Expand Up @@ -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}
*/
Expand Down

0 comments on commit a51420f

Please sign in to comment.