-
-
Notifications
You must be signed in to change notification settings - Fork 131
Closed
Labels
Description
Please describe the problem you are having in as much detail as possible:
The APIInteractionDataResolvedGuildMember type doesn't have a user property and doesn't even have an id for the user. So you can't identify who the member is when you get one of these.
Include a reproducible code sample here, if possible:
// Place your code here
interaction.options.getMentionable('name') // APIInteractionDataResolvedGuildMember is one of the return typesFurther details:
| export interface APIInteractionDataResolvedGuildMember extends Omit<APIGuildMember, 'user' | 'deaf' | 'mute'> { |
- Runtime:
- Node.js version:
- deno version:
- Priority this issue should have – please be realistic and elaborate if possible: