mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
docs(MessageInteraction): update commandName description (v13) (#8220)
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user