We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
commandName
1 parent 4063b90 commit feb8e30Copy full SHA for feb8e30
src/structures/Message.js
@@ -331,7 +331,8 @@ class Message extends Base {
331
* @typedef {Object} MessageInteraction
332
* @property {Snowflake} id The interaction's id
333
* @property {InteractionType} type The type of the interaction
334
- * @property {string} commandName The name of the interaction's application command
+ * @property {string} commandName The name of the interaction's application command,
335
+ * as well as the subcommand and subcommand group, where applicable
336
* @property {User} user The user that invoked the interaction
337
*/
338
0 commit comments