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