#how should i get a user from their username
1 messages · Page 1 of 1 (latest)
This is a little complicated, as users can change their username in a guild, or multiple users can share the same username
You could use client.users.fetch()
that won't get user from username
You have multiple valid options to use for fetching
Where do you have this username from?
Then get the id, and use the id for fetching
how should i get id?
The id is in the msg content (string)
i have enerthing but getting the user