Skip to content

Commit d3535d6

Browse files
author
Vitor
authored
docs(APIMessageInteraction): name now includes more info (#511)
1 parent 2f2d4ae commit d3535d6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

deno/payloads/v10/_interactions/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export interface APIMessageInteraction {
3131
*/
3232
type: InteractionType;
3333
/**
34-
* The name of the ApplicationCommand
34+
* The name of the application command, including subcommands and subcommand groups
3535
*/
3636
name: string;
3737
/**

deno/payloads/v9/_interactions/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export interface APIMessageInteraction {
3131
*/
3232
type: InteractionType;
3333
/**
34-
* The name of the ApplicationCommand
34+
* The name of the application command, including subcommands and subcommand groups
3535
*/
3636
name: string;
3737
/**

payloads/v10/_interactions/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export interface APIMessageInteraction {
3131
*/
3232
type: InteractionType;
3333
/**
34-
* The name of the ApplicationCommand
34+
* The name of the application command, including subcommands and subcommand groups
3535
*/
3636
name: string;
3737
/**

payloads/v9/_interactions/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export interface APIMessageInteraction {
3131
*/
3232
type: InteractionType;
3333
/**
34-
* The name of the ApplicationCommand
34+
* The name of the application command, including subcommands and subcommand groups
3535
*/
3636
name: string;
3737
/**

0 commit comments

Comments
 (0)