I’d like to force fetch an user, but with the handle and not the user id.
Is it possible?
Also note that the users I’m trying to fetch may not share a guild with my bot.
Here’s what I’m trying to do:
const user = await client.users.fetch("USERNAME", { force: true, cache: true })
Maybe it’s not possible because of discord’s user hashing methods?