Skip to content

Commit

Permalink
docs(APIMessageInteraction): name now includes more info (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvito7 committed Jul 1, 2022
1 parent 2f2d4ae commit d3535d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deno/payloads/v10/_interactions/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export interface APIMessageInteraction {
*/
type: InteractionType;
/**
* The name of the ApplicationCommand
* The name of the application command, including subcommands and subcommand groups
*/
name: string;
/**
Expand Down
2 changes: 1 addition & 1 deletion deno/payloads/v9/_interactions/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export interface APIMessageInteraction {
*/
type: InteractionType;
/**
* The name of the ApplicationCommand
* The name of the application command, including subcommands and subcommand groups
*/
name: string;
/**
Expand Down
2 changes: 1 addition & 1 deletion payloads/v10/_interactions/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export interface APIMessageInteraction {
*/
type: InteractionType;
/**
* The name of the ApplicationCommand
* The name of the application command, including subcommands and subcommand groups
*/
name: string;
/**
Expand Down
2 changes: 1 addition & 1 deletion payloads/v9/_interactions/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export interface APIMessageInteraction {
*/
type: InteractionType;
/**
* The name of the ApplicationCommand
* The name of the application command, including subcommands and subcommand groups
*/
name: string;
/**
Expand Down

1 comment on commit d3535d6

@vercel
Copy link

@vercel vercel bot commented on d3535d6 Jul 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.