From 14f24cbe0354e7ff88ef0347bf4fcc803952904e Mon Sep 17 00:00:00 2001 From: Elysia <71698422+aiko-chan-ai@users.noreply.github.com> Date: Sat, 6 Jan 2024 09:08:19 +0700 Subject: [PATCH] Update UserContextMenuInteraction.js --- src/structures/UserContextMenuInteraction.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/structures/UserContextMenuInteraction.js b/src/structures/UserContextMenuInteraction.js index 98dad00..ba857f3 100644 --- a/src/structures/UserContextMenuInteraction.js +++ b/src/structures/UserContextMenuInteraction.js @@ -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 */ @@ -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 */