docs(MessageInteraction#commandName): updated description (#8212)

Co-authored-by: A. Román <kyradiscord@gmail.com>
This commit is contained in:
Tyler Resch
2022-07-03 09:34:47 -04:00
committed by GitHub
parent 94ee60d3d4
commit ab238a9046

View File

@@ -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
*/