-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
202 lines (164 loc) · 5.91 KB
/
index.html
File metadata and controls
202 lines (164 loc) · 5.91 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="css/codeman.css" rel="stylesheet">
<link rel="icon" href="assets/atomgreen.png" type="image/icon type">
<!-- Primary Meta Tags -->
<title>CodeMan</title>
<meta name="title" content="CodeMan">
<meta name="description" content="A bot to connect slippi users through discord.">
<meta name="author" content="Ananas, FluentCoding">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://codeman.rocks/">
<meta property="og:title" content="CodeMan">
<meta property="og:description" content="A bot to connect slippi users through discord.">
<meta property="og:image" content="https://codeman.rocks/assets/OG.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://codeman.rocks/">
<meta property="twitter:title" content="CodeMan">
<meta property="twitter:description" content="A bot to connect slippi users through discord.">
<meta property="twitter:image" content="https://codeman.rocks/assets/OG.png">
</head>
<body>
<div class="row">
<div class="container-fluid banner text-center">
<main role="main" class="inner cover vertical-center">
<img class="img-fluid logo" src="./assets/atom.png">
<h1 class="cover-heading"><b>CODEMAN</b></h1>
<p class="lead">Connect slippi users through discord</p>
<p class="lead">
<a href="https://discord.com/api/oauth2/authorize?client_id=725807645419634750&permissions=511040&scope=bot" target="_blank" class="btn btn-lg btn-secondary banner-button">Add to Discord</a>
<a href="https://discord.gg/svwRABbaRE" target="_blank" class="btn btn-lg btn-secondary banner-button">Join Official Server</a>
</p>
</main>
</div>
<div id="content" class="container documentation">
<div class="row justify-content-center"><div class="col-sm">
<h4><b>What is CodeMan ?</b></h4>
<p>
CodeMan is a Discord bot to manage Slippi connect codes for SSBM.
</p>
<h4><b>Features</b></h4>
<ul>
<li>
Find the discord nametag of someone that is in the database.
</li>
<li>
Show your code in a very quick way.
</li>
<li>
Set your main.
</li>
<li>
The code database is cross-server.
</li>
<li>
Slippi API integration.
</li>
</ul>
<h4><b>How does it work ?</b></h4>
<p>
It is based on user participation which means the more users are connected with CodeMan the more powerful CodeMan will be. To connect see the <b>&connect</b> command in the next section.
</p>
<h4><b>Command list</b></h4>
<p>
<b>connect</b>
</p>
<p>
Connect through Slippi by using your connect code.
</p>
<blockquote class="pretty-blockquote">
<p>
&connect [connect code]
</p>
</blockquote>
<p>
<b>main (mains, m)</b>
</p>
<p>
Toggles mains in and out or just displays your main(s).
</p>
<blockquote class="pretty-blockquote">
<p>
&main (optional character name)
</p>
</blockquote>
<p>
<b>info (i)</b>
</p>
<p>
Shows the infos based off a slippi username, connect code or discord tag.
</p>
<blockquote class="pretty-blockquote">
<p>
&info (optional slippi username, connect code or discord tag)
</p>
</blockquote>
<p>
<b>whois (wi)</b>
</p>
<p>
Finds a discord username from a connect code or a slippi username.
</p>
<blockquote class="pretty-blockquote">
<p>
&whois [slippi username or code]
</p>
</blockquote>
<p>
<b>disconnect</b>
</p>
<p>
Wipes all your data from CodeMan's database.
</p>
<blockquote class="pretty-blockquote">
<p>
&disconnect
</p>
</blockquote>
<p>
<b>help (h)</b>
</p>
<p>
Shows a command list like this one.
</p>
<blockquote class="pretty-blockquote">
<p>
&help
</p>
</blockquote>
</div></div></div>
<div class="container text-center">
<footer class="footer">
<div class="container">
<img src="https://top.gg/api/widget/status/725807645419634750.svg">
<a href="https://github.com/SlippiCodeman/CodeManBot">
<img alt="GitHub forks" src="https://img.shields.io/github/forks/SlippiCodeMan/CodeManBot?style=social">
</a>
<br>
<span class="text-muted">
Made with 💚 by <b>Ananas#5903</b> and <b>FluentCoding#3314</b>
</span>
</div>
</footer>
</div>
</div>
</body>
</html>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>