Skip to content

Commit feb8e30

Browse files
docs(MessageInteraction): update commandName description (v13) (#8220)
1 parent 4063b90 commit feb8e30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/structures/Message.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,8 @@ class Message extends Base {
331331
* @typedef {Object} MessageInteraction
332332
* @property {Snowflake} id The interaction's id
333333
* @property {InteractionType} type The type of the interaction
334-
* @property {string} commandName The name of the interaction's application command
334+
* @property {string} commandName The name of the interaction's application command,
335+
* as well as the subcommand and subcommand group, where applicable
335336
* @property {User} user The user that invoked the interaction
336337
*/
337338

0 commit comments

Comments
 (0)