docs: update UserContextMenu documentation v13 (#8721)

Co-authored-by: A. Román <kyradiscord@gmail.com>
Co-authored-by: Noel <buechler.noel@outlook.com>
This commit is contained in:
vunsh
2022-10-09 14:05:10 -07:00
committed by GitHub
parent 8d6a55d2c7
commit ea117bfb7e
2 changed files with 3 additions and 3 deletions

View File

@@ -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} * @type {Snowflake}
*/ */
this.targetId = data.data.target_id; this.targetId = data.data.target_id;

View File

@@ -8,7 +8,7 @@ const ContextMenuInteraction = require('./ContextMenuInteraction');
*/ */
class UserContextMenuInteraction extends ContextMenuInteraction { class UserContextMenuInteraction extends ContextMenuInteraction {
/** /**
* The user this interaction was sent from * The target user from this interaction
* @type {User} * @type {User}
* @readonly * @readonly
*/ */
@@ -17,7 +17,7 @@ class UserContextMenuInteraction extends ContextMenuInteraction {
} }
/** /**
* The member this interaction was sent from * The target member from this interaction
* @type {?(GuildMember|APIGuildMember)} * @type {?(GuildMember|APIGuildMember)}
* @readonly * @readonly
*/ */