docs(ApplicationCommandType): add DAPI link (#6463)

This commit is contained in:
Rodry
2021-08-17 21:49:53 +01:00
committed by GitHub
parent 6cac03a394
commit 17b407935b

View File

@@ -895,6 +895,7 @@ exports.OverwriteTypes = createEnum(['role', 'member']);
* * USER
* * MESSAGE
* @typedef {string} ApplicationCommandType
* @see {@link https://discord.com/developers/docs/interactions/application-commands#application-command-object-application-command-types}
*/
exports.ApplicationCommandTypes = createEnum([null, 'CHAT_INPUT', 'USER', 'MESSAGE']);