-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
247 lines (241 loc) · 5.42 KB
/
index.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
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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
<!DOCTYPE html>
<title>SnesBot ♥ A Discord Bot</title>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Discord Bot">
<meta name="author" content="lara">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="img/favicon.png">
</head>
<body>
<div class="bgimg" id="bg1">
<div class="caption">
<span class="border">Snes</span>
</div>
</div>
<div class="bar">
<h3>About the bot</h3>
<p>The friendly and fun Discord moderation bot. Snes is a bot with both fun and functional commands and plugins, as well as many commands to help you moderate your server and keep in touch with other servers through the bot.</p>
</div>
<div class="bgimg" id="bg2">
<div class="caption">
<span class="border">Commands</span>
</div>
</div>
<div style="position:relative;">
<div class="bar">
<p>
<center>
<table>
<tr>
<th>Category</th>
<th>Command</th>
<th>Description</th>
<th>Example</th>
</tr>
<!-- Admin commands -->
<tr>
<th rowspan="3">Admin:</th>
<td>adminset</td>
<td>Adds a specified role to a user.</td>
<td>s!adminset selfroles [rolename]</td>
</tr>
<tr>
<td>say</td>
<td>Bot repeats what you tell it to.</td>
<td>s!say repeat this sentence.</td>
</tr>
<tr>
<td>selfrole</td>
<td>Allows users to set their own role (configure with adminset)</td>
<td>s!selfrole <i>rolename</i>.</td>
</tr>
<!--Alias command-->
<tr>
<th rowspawn="1">Alias</th>
<td>alias</td>
<td>Manage per-server aliases for commands.</td>
<td>s!alias <i>new-prefix</i>.</td>
</tr>
<!--Ascii command -->
<tr>
<th rowspan="1">Ascii</th>
<td>ascii</td>
<td>Converts a given string of text into ascii art</td>
<td>s!ascii ascii art pls thx.</td>
</tr>
<!-- Audio Commands -->
<tr>
<th rowspan="14">Audio</th>
<td>audioset</td>
<td>Audio settings</td>
<td>s!audioset</td>
</tr>
<tr>
<td>audiostat</td>
<td>General stats on audio stuff.</td>
<td>s!audiostat</td>
</tr>
<tr>
<td>cache</td>
<td>Cache management tools.</td>
<td>s!cache</td>
</tr>
<tr>
<td>local</td>
<td>Local playlists commands.</td>
<td>s!local</td>
</tr>
<tr>
<td>pause</td>
<td>Pauses the current song, 'resume` to continue.</td>
<td>s!pause s!resume</td>
</tr>
<tr>
<td>prev</td>
<td>Goes back to the previous song.</td>
<td>s!prev</td>
</tr>
<tr>
<td>queue</td>
<td>Queues a song to play next.</td>
<td>s!queue <i>songname</i></td>
</tr>
<tr>
<td>repeat</td>
<td>Puts the current song on repeat.</td>
<td>s!repeat</td>
</tr>
<tr>
<td>shuffle</td>
<td>Shuffles the current song queue</td>
<td>s!shuffle</td>
</tr>
<tr>
<td>sing</td>
<td>Make the bot sing a song</td>
<td>s!sing</td>
</tr>
<tr>
<td>skip</td>
<td>Skips the currently playing song.</td>
<td>s!skip</td>
</tr>
<tr>
<td>song</td>
<td>Info about the current playing song</td>
<td>s!song</td>
</tr>
<tr>
<td>stop</td>
<td>Stops a currently playing song or playlist (clears the queue)</td>
<td>s!stop</td>
</tr>
<tr>
<td>yt</td>
<td>Searches and plays a song from youtube.</td>
<td>s!yt <i>songname</i></td>
</tr>
<!--buyrole commands -->
<tr>
<th rowspan="2">Buyrole</th>
<td>buyrole</td>
<td>Buy roles with credits</td>
<td>s!buyrole</td>
</tr>
<tr>
<td>buyroleset</td>
<td>manage the buyrole settings</td>
<td>s!buyroleset</td>
</tr>
<!-- Cookie commands -->
<tr>
<th rowspan="5">Cookie</th>
<td>cookie</td>
<td>Obtain a randum number of cookies</td>
<td>s!cookie</td>
</tr>
<tr>
<td>give</td>
<td>gives another user a cooke from your jar.</td>
<td>s!give <i>user</i> cookies</td>
</tr>
<tr>
<td>jar</td>
<td>See how many cookies are in your jar.</td>
<td>s!jar</td>
</tr>
<tr>
<td>setcookie</td>
<td>Cookie settings.</td>
<td>s!setcookie</td>
</tr>
<tr>
<td>steal</td>
<td>Steal cokies from another user.</td>
<td>s!steal <i>user</i></td>
</tr>
<!-- Custom commands -->
<tr>
<th rowspan="5">Custom Commands</th>
<td>addcom</td>
<td>Adds a custom command.</td>
<td>s!addcom yourcommand Text you want</td>
</tr>
<tr>
<td>customcommands</td>
<td>Shows custom commands list</td>
<td>s!customcommands</td>
</tr>
<tr>
<td>delcom</td>
<td>Deletes a custom command.</td>
<td>s!delcom <i>command</i></td>
</tr>
<tr>
<td>editcom</td>
<td>Edits a custom command</td>
<td>s!editcom yourcommand Text you want</td>
</tr>
<tr>
<td>lsgcom</td>
<td>Shows global custom commands</td>
<td>s!lsgcom</td>
</tr>
<!-- Defcon commands -->
<tr>
<th rowspan="4">Defcon Commands (purely entertainment)</th>
<td>defcon</td>
<td>Reports the defcon level</td>
<td>s!defcon</td>
</tr>
<tr>
<td>defcon+</td>
<td>Elevates the defcon level</td>
<td>s!defcon+</td>
</tr>
<tr>
<td>defcon-</td>
<td>Lowers the defcon level</td>
<td>s!defcon-</td>
</tr>
<tr>
<td>setdefcon</td>
<td>Sets the defcon level</td>
<td>s!setdefcon</td>
</tr>
<!-- DiceTable commands -->
<tr>
<th rowspan="1">DiceTable</th>
<td>dicetable</td>
<td>Shows a list under this group command</td>
<td>s!dtable</td>
</tr>
</table>
</center>
</p>
</div>
</div>
</body>
</html>