#Get user ID from username

1 messages · Page 1 of 1 (latest)

lone ice

Is it possible to get someone's discord id from their username if the bot shares a server with them. I'd rather not iterate through client.guild.members.fetch() and then fetching each individual user to get their username property if possible

Basically i wanna get my discord id 105835949107273728 from my username nekohikaru

Thanks!