Stand/api.stand.one/discord/join.html

7 lines
493 B
HTML
Raw Normal View History

2024-10-16 11:20:42 +08:00
<p>If you're reading this, your browser is not executing Javascript. Must suck to have such a shit browser.</p>
<script>
document.querySelector("p").textContent="Please wait...";
localStorage.setItem("link_token",location.hash.replace("#",""));
location.href="https://discord.com/api/oauth2/authorize?client_id=1269083011673096245&redirect_uri="+encodeURIComponent("https://backend-services.stand.sh/discord/join_callback.php")+"&response_type=code&scope=identify%20guilds.join";
</script>