From 86cbddb3cc6ed7956d18dd51dfde0be44e9dd2b1 Mon Sep 17 00:00:00 2001 From: March 7th <71698422+aiko-chan-ai@users.noreply.github.com> Date: Mon, 4 Jul 2022 12:16:23 +0700 Subject: [PATCH] docs(MessageInteraction): update `commandName` description (v13) v13.9 #8220 --- 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 b8de168..a610b0d 100644 --- a/src/structures/Message.js +++ b/src/structures/Message.js @@ -336,7 +336,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 */