Skip to content

Commit

Permalink
docs: update UserContextMenu documentation v13 (#8721)
Browse files Browse the repository at this point in the history
Co-authored-by: A. Román <kyradiscord@gmail.com>
Co-authored-by: Noel <buechler.noel@outlook.com>
  • Loading branch information
3 people committed Oct 9, 2022
1 parent 8d6a55d commit ea117bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/structures/ContextMenuInteraction.js
Expand Up @@ -22,7 +22,7 @@ class ContextMenuInteraction extends BaseCommandInteraction {
);

/**
* The id of the target of the interaction
* The id of the target of this interaction
* @type {Snowflake}
*/
this.targetId = data.data.target_id;
Expand Down
4 changes: 2 additions & 2 deletions src/structures/UserContextMenuInteraction.js
Expand Up @@ -8,7 +8,7 @@ const ContextMenuInteraction = require('./ContextMenuInteraction');
*/
class UserContextMenuInteraction extends ContextMenuInteraction {
/**
* The user this interaction was sent from
* The target user from this interaction
* @type {User}
* @readonly
*/
Expand All @@ -17,7 +17,7 @@ class UserContextMenuInteraction extends ContextMenuInteraction {
}

/**
* The member this interaction was sent from
* The target member from this interaction
* @type {?(GuildMember|APIGuildMember)}
* @readonly
*/
Expand Down

0 comments on commit ea117bf

Please sign in to comment.