Skip to content

Commit

Permalink
docs(Constants): Document missing autocomplete interaction constants (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Oct 29, 2021
1 parent 7be9170 commit aa4d055
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/util/Constants.js
Expand Up @@ -968,6 +968,7 @@ exports.ApplicationCommandPermissionTypes = createEnum([null, 'ROLE', 'USER']);
* * PING
* * APPLICATION_COMMAND
* * MESSAGE_COMPONENT
* * APPLICATION_COMMAND_AUTOCOMPLETE
* @typedef {string} InteractionType
* @see {@link https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-type}
*/
Expand All @@ -986,6 +987,7 @@ exports.InteractionTypes = createEnum([
* * DEFERRED_CHANNEL_MESSAGE_WITH_SOURCE
* * DEFERRED_MESSAGE_UPDATE
* * UPDATE_MESSAGE
* * APPLICATION_COMMAND_AUTOCOMPLETE_RESULT
* @typedef {string} InteractionResponseType
* @see {@link https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-response-object-interaction-callback-type}
*/
Expand Down

0 comments on commit aa4d055

Please sign in to comment.