I am making a script in javascript which takes JSON file of data that has discord accounts' id. is there is a way that i automate the process of fetching all the user data from the id only just like how discord.id do?
I tried using discord apis as discord.js.org and followed some videos but nothing seems to work for me. I am not using discord bot, i just want a plain javascript code.