From b74c7abfef8eb4cf29f85888e1e4c4eb729e6c4d Mon Sep 17 00:00:00 2001 From: Superchupu <53496941+SuperchupuDev@users.noreply.github.com> Date: Sun, 3 Jul 2022 14:38:06 +0100 Subject: [PATCH] docs(MessageInteraction): update `commandName description` (v13) --- src/structures/Message.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/structures/Message.js b/src/structures/Message.js index 5bf1a23b7bda..d0146c3b5e25 100644 --- a/src/structures/Message.js +++ b/src/structures/Message.js @@ -331,7 +331,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 */