I have a HTML webpage hosted on Repl.it. I want to fetch the user who is on the website's discord tag without needing an auth, so I can make a greeting, similar to this:
HTML:
<p id="greet"></p>
JS:
greet.innerHTML = `How's it going, ${User}?
Any help please? All help provided is very much appreciated!