Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: A. Román <kyradiscord@gmail.com>
  • Loading branch information
iCrawl and kyranet committed Oct 9, 2022
1 parent 1a9764e commit a10147c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const ContextMenuCommandInteraction = require('./ContextMenuCommandInteraction')
*/
class UserContextMenuCommandInteraction extends ContextMenuCommandInteraction {
/**
* The user of the target for this interaction
* The target user from this interaction
* @type {User}
* @readonly
*/
Expand All @@ -17,7 +17,7 @@ class UserContextMenuCommandInteraction extends ContextMenuCommandInteraction {
}

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

0 comments on commit a10147c

Please sign in to comment.