Skip to content

Commit

Permalink
docs(MessageInteraction): update commandName description (v13) (#8220)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperchupuDev committed Jul 3, 2022
1 parent 4063b90 commit feb8e30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/structures/Message.js
Expand Up @@ -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
*/

Expand Down

0 comments on commit feb8e30

Please sign in to comment.