diff --git a/packages/discord.js/src/structures/Message.js b/packages/discord.js/src/structures/Message.js index fe2347bc8..3b8b12a36 100644 --- a/packages/discord.js/src/structures/Message.js +++ b/packages/discord.js/src/structures/Message.js @@ -329,7 +329,8 @@ class Message extends Base { * @typedef {Object} MessageInteraction * @property {Snowflake} id The interaction's id * @property {InteractionType} type The type of the interaction - * @property {string} commandName The name of the interaction's application command + * @property {string} commandName The name of the interaction's application command, + * as well as the subcommand and subcommand group, where applicable * @property {User} user The user that invoked the interaction */