diff --git a/src/structures/ApplicationCommand.js b/src/structures/ApplicationCommand.js index 139693de1..60b7719a0 100644 --- a/src/structures/ApplicationCommand.js +++ b/src/structures/ApplicationCommand.js @@ -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 */