mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +01:00
docs(Constants): Document missing autocomplete interaction constants (#6916)
This commit is contained in:
@@ -968,6 +968,7 @@ exports.ApplicationCommandPermissionTypes = createEnum([null, 'ROLE', 'USER']);
|
|||||||
* * PING
|
* * PING
|
||||||
* * APPLICATION_COMMAND
|
* * APPLICATION_COMMAND
|
||||||
* * MESSAGE_COMPONENT
|
* * MESSAGE_COMPONENT
|
||||||
|
* * APPLICATION_COMMAND_AUTOCOMPLETE
|
||||||
* @typedef {string} InteractionType
|
* @typedef {string} InteractionType
|
||||||
* @see {@link https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-type}
|
* @see {@link https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-type}
|
||||||
*/
|
*/
|
||||||
@@ -986,6 +987,7 @@ exports.InteractionTypes = createEnum([
|
|||||||
* * DEFERRED_CHANNEL_MESSAGE_WITH_SOURCE
|
* * DEFERRED_CHANNEL_MESSAGE_WITH_SOURCE
|
||||||
* * DEFERRED_MESSAGE_UPDATE
|
* * DEFERRED_MESSAGE_UPDATE
|
||||||
* * UPDATE_MESSAGE
|
* * UPDATE_MESSAGE
|
||||||
|
* * APPLICATION_COMMAND_AUTOCOMPLETE_RESULT
|
||||||
* @typedef {string} InteractionResponseType
|
* @typedef {string} InteractionResponseType
|
||||||
* @see {@link https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-response-object-interaction-callback-type}
|
* @see {@link https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-response-object-interaction-callback-type}
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user