mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 12:33:30 +01:00
docs(Constants): Fix interaction type link (#6558)
This commit is contained in:
@@ -945,7 +945,7 @@ exports.ApplicationCommandPermissionTypes = createEnum([null, 'ROLE', 'USER']);
|
|||||||
* * APPLICATION_COMMAND
|
* * APPLICATION_COMMAND
|
||||||
* * MESSAGE_COMPONENT
|
* * MESSAGE_COMPONENT
|
||||||
* @typedef {string} InteractionType
|
* @typedef {string} InteractionType
|
||||||
* @see {@link https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-request-type}
|
* @see {@link https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-type}
|
||||||
*/
|
*/
|
||||||
exports.InteractionTypes = createEnum([null, 'PING', 'APPLICATION_COMMAND', 'MESSAGE_COMPONENT']);
|
exports.InteractionTypes = createEnum([null, 'PING', 'APPLICATION_COMMAND', 'MESSAGE_COMPONENT']);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user