Skip to content

Commit

Permalink
Changed the OAuth2 URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Bazbots authored Jun 16, 2023
1 parent 1cdd5a1 commit c3a1005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invite.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<h1>Adding bot to server</h1>
<img src="impostor_loading.gif">
<script>
window.location.href = "https://discord.com/api/oauth2/authorize?client_id=759436027529265172&permissions=8&redirect_uri=https%3A%2F%2Fbazbots.github.io%2FThe-Impostor%2Fthanks&response_type=code&scope=identify%20bot%20email";
window.location.href = "https://discord.com/api/oauth2/authorize?client_id=759436027529265172&permissions=518148053056&redirect_uri=https%3A%2F%2Fbazbots.github.io%2FThe-Impostor%2Fthanks&response_type=code&scope=identify%20applications.commands%20bot";
</script>
</html>

0 comments on commit c3a1005

Please sign in to comment.