-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (89 loc) · 3.19 KB
/
index.html
File metadata and controls
89 lines (89 loc) · 3.19 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kitty Core</title>
<link rel="icon" type="image/png" href="https://media.discordapp.net/attachments/826441917603905537/828291177786769408/cat.png">
<link rel='stylesheet' href='styles.css'>
</head>
<body>
<div class="topnav" id="theTopnav">
<a href="#home" class="topnavlink" onclick="openNav(event, 'Home')" id="defaultOpen">Home</a>
<a href="#commands" class="topnavlink" onclick="openNav(event, 'Commands')">Commands</a>
<a href="#invite" class="topnavlink" onclick="openNav(event, 'Invite')">Invite</a>
<a href="#credits" class="topnavlink" onclick="openNav(event, 'Credits')">Credits</a>
<i class="some-bars"></i>
</a>
</div>
<div id="Home" class="topnavcontent">
<h1>Home</h1>
<h3>About Kitty Core:</h3>
<p>Kitty Core is a moderation bot and a anti-nuke and anti-raid bot. The bot isn't fully finished yet, but the basic mod commands are all available.</p>
<br><br><br>
<h6>Version 0.0.6</h6>
</div>
<div id="Commands" class="topnavcontent">
<h1>Commands</h1>
<p>The bot is not yet fully finished, so a lot of the commands are not there.</p>
<h3>Moderation</h3>
<ul>
<li>ban</li>
<li>unban</li>
<li>createmute</li>
<li>mute</li>
<li>unmute</li>
<li>crole</li>
<li>drole</li>
<li>grole</li>
<li>trole</li>
<li>erolen</li>
<li>ctchannel</li>
<li>dtchannel</li>
<li>etchanneln</li>
<li>cvchannel</li>
<li>dvchannel</li>
<li>evchanneln</li>
<li>info</li>
<li>serverinfo</li>
<li>lock</li>
<li>unlock</li>
<li>kick</li>
<li>warn</li>
<li>warns</li>
<li>clearwarns</li>
<li>dashboard/dash</li>
<li>setjrole</li>
</ul>
<h3>General Commands</h3>
<ul>
<li>invite</li>
<li>help</li>
</ul>
</div>
<div id="Invite" class="topnavcontent">
<h1>Invite</h1>
<h3>Join Support Server</h3>
<button class="navbutton" onclick="document.location='https://discord.gg/me4pzaMKfe'">Click Here</button>
<h3>Invite The Bot</h3>
<button class="navbutton" onclick="document.location='https://discord.com/api/oauth2/authorize?client_id=800731462562873365&permissions=2081287415&scope=bot'">Click Here</button>
</div>
<div id="Credits" class="topnavcontent">
<h1>Credits</h1>
<h3>Bot Developer</h3>
<ul>
<li>AdoptedKitty#0360</li>
</ul>
<h3>Command Editor</h3>
<ul>
<li>💜Clari#7744</li>
</ul>
<h3>Brutal Spam Ping Survivor</h3> <p>(Honorable alpha testers who got spam pingged by me for testing.)</p>
<ul>
<li>Nibblesaurus Rex#9698</li>
<li>꧁ Leo ꧂#0515</li>
</ul>
</div>
<script src='app.js'></script>
</body>
</html>