-
Notifications
You must be signed in to change notification settings - Fork 0
/
addbot.html
43 lines (35 loc) · 1.73 KB
/
addbot.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="official shrekbot" property="og:title">
<meta content="its shrekbot! the best and only shrek bot for discord" property="og:description">
<meta content="http://shrekbot.tk/addbot.html" property="og:url">
<meta content="http://shrekbot.tk/img/shrek.png" property="og:image">
<meta content="#00D1FF" data-react-helmet="true" name="theme-color">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shrekbot</title>
<link rel="stylesheet" href="./assets/styles.css">
<script defer src="./assets/client.js"></script>
</head>
<body>
<h1 class="shrek-title" >all things shrek</h1>
<ul id="navbar" class="navbar">
<li class="navli firstli"><a class="active" href="http://shrekbot.tk/">Home</a></li>
<li class="navli"><a href="/w/commandlist.html">Commands</a></li>
<li class="navli"><a href="shrekbot.tk/addbot.html">add bot</a></li>
<li class="navli"><a href="/w/contact.html">Contact</a></li>
<li class="navli"><a href="/w/about.html">About</a></li>
<li class="navli"><a href="https://top.gg/bot/740964189660774482">top.gg</a></li>
<li class="navli"><a href="https://discord.gg/fDdJMcnG42">Support server</a></li>
</ul>
<div class="content">
<p>Select one of the bots that work from the list below.</p>
<br />
<br />
<hr />
<p><a href="https://discord.com/oauth2/authorize?client_id=740964189660774482&scope=bot&permissions=99998785" >shrek bot</a></p>
<p><a href="https://discord.com/oauth2/authorize?client_id=787785701831081994&scope=bot&permissions=70638657" >shrek bot 2</a></p>
</div>
</body>
</html>