docs(ApplicationCommandData): fix type property (#6385)

This commit is contained in:
DaStormer
2021-08-11 03:04:49 -04:00
committed by GitHub
parent 0266f28096
commit de3c86f804

View File

@@ -111,7 +111,7 @@ class ApplicationCommand extends Base {
* @typedef {Object} ApplicationCommandData
* @property {string} name The name of the command
* @property {string} description The description of the command
* @property {ApplicationCommandTypes} [type] The type of the command
* @property {ApplicationCommandType} [type] The type of the command
* @property {ApplicationCommandOptionData[]} [options] Options for the command
* @property {boolean} [defaultPermission] Whether the command is enabled by default when the app is added to a guild
*/