-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinvite.html
More file actions
13 lines (13 loc) · 657 Bytes
/
invite.html
File metadata and controls
13 lines (13 loc) · 657 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html style="text-align:center;color:red;background-image:url('nasa-galaxy_9pu4.jpg');font-family:courier;">
<head>
<title>Invite The Impostor - The Impostor | Among Us Bot for Discord!</title>
<link rel="icon" href="impostor_no_back.png">
</head>
<img src="impostor_thumbnail.png">
<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=518148053056&redirect_uri=https%3A%2F%2Fbazbots.github.io%2FThe-Impostor%2Fthanks&response_type=code&scope=identify%20applications.commands%20bot";
</script>
</html>