Update UserContextMenuInteraction.js
This commit is contained in:
parent
54dd333237
commit
14f24cbe03
@ -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
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user