-
Notifications
You must be signed in to change notification settings - Fork 0
/
invite.html
355 lines (334 loc) · 14.4 KB
/
invite.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
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Siesta</title>
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v2.1.6/css/unicons.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<nav>
<div class="container nav__container">
<a href="index.html">
<h4>Siesta</h4>
</a>
<ul class="nav__menu">
<li><a href="index.html">Home</a></li>
<li><a href="slashcommands.html">Slash Commands</a></li>
<li><a href="commands.html">Commands</a></li>
<li><a href="invite.html">Invite</a></li>
</ul>
<button id="open-menu-btn"><i class="uil uil-bars"></i></button>
<button id="close-menu-btn"><i class="uil uil-multiply"></i></button>
</div>
</nav>
<section>
<h4>Chọn các quyền cần thiết dưới đây để cấp cho bot</h4>
<div class="container invite__container" onclick="checkAdmin()">
<form>
<div class="row">
<div class="col">
<p><b>GENERAL PERMISSIONS</b></p>
<div>
<input type="checkbox" value="" id="Administrator">
<label>
Administrator
</label>
</div>
<div>
<input type="checkbox" value="" id="ViewAuditLog">
<label>
View Audit Log
</label>
</div>
<div>
<input type="checkbox" value="" id="ManageServer">
<label>
Manage Server
</label>
</div>
<div>
<input type="checkbox" value="" id="ManageRoles">
<label>
Manage Roles
</label>
</div>
<div>
<input type="checkbox" value="" id="ManageChannels">
<label>
Manage Channels
</label>
</div>
<div>
<input type="checkbox" value="" id="KickMembers">
<label>
Kick Members
</label>
</div>
<div>
<input type="checkbox" value="" id="BanMembers">
<label>
Ban Members
</label>
</div>
<div>
<input type="checkbox" value="" id="CreateInstantInvite">
<label>
Create Instant Invite
</label>
</div>
<div>
<input type="checkbox" value="" id="ChangeNickname">
<label>
Change Nickname
</label>
</div>
<div>
<input type="checkbox" value="" id="ManageNicknames">
<label>
Manage Nicknames
</label>
</div>
<div>
<input type="checkbox" value="" id="ManageEmojisandStickers">
<label>
Manage Emojis and Stickers
</label>
</div>
<div>
<input type="checkbox" value="" id="ManageWebhooks">
<label>
Manage Webhooks
</label>
</div>
<div>
<input type="checkbox" value="" id="ReadMessages/ViewChannels">
<label>
Read Messages/View Channels
</label>
</div>
<div>
<input type="checkbox" value="" id="ManageEvents">
<label>
Manage Events
</label>
</div>
<div>
<input type="checkbox" value="" id="ModerateMembers">
<label>
Moderate Members
</label>
</div>
<div>
<input type="checkbox" value="" id="ViewServerInsights">
<label>
View Server Insights
</label>
</div>
<div>
<input type="checkbox" value="" id="ViewCreatorMonetizationInsights">
<label>
View Creator Monetization Insights
</label>
</div>
</div>
<div class="col">
<p><b>TEXT PERMISSIONS</b></p>
<div>
<input type="checkbox" value="" id="SendMessages">
<label>
Send Messages
</label>
</div>
<div>
<input type="checkbox" value="" id="CreatePublicThreads">
<label>
Create Public Threads
</label>
</div>
<div>
<input type="checkbox" value="" id="CreatePrivateThreads">
<label>
Create Private Threads
</label>
</div>
<div>
<input type="checkbox" value="" id="SendMessagesinThreads">
<label>
Send Messages in Threads
</label>
</div>
<div>
<input type="checkbox" value="" id="SendTTSMessages">
<label>
Send TTS Messages
</label>
</div>
<div>
<input type="checkbox" value="" id="ManageMessages">
<label>
Manage Messages
</label>
</div>
<div>
<input type="checkbox" value="" id="ManageThreads">
<label>
Manage Threads
</label>
</div>
<div>
<input type="checkbox" value="" id="EmbedLinks">
<label>
Embed Links
</label>
</div>
<div>
<input type="checkbox" value="" id="AttachFiles">
<label>
Attach Files
</label>
</div>
<div>
<input type="checkbox" value="" id="ReadMessageHistory">
<label>
Read Message History
</label>
</div>
<div>
<input type="checkbox" value="" id="MentionEveryone">
<label>
Mention Everyone
</label>
</div>
<div>
<input type="checkbox" value="" id="UseExternalEmojis">
<label>
Use External Emojis
</label>
</div>
<div>
<input type="checkbox" value="" id="UseExternalStickers">
<label>
Use External Stickers
</label>
</div>
<div>
<input type="checkbox" value="" id="AddReactions">
<label>
Add Reactions
</label>
</div>
<div>
<input type="checkbox" value="" id="UseSlashCommands">
<label>
Use Slash Commands
</label>
</div>
</div>
<div class="col">
<p><b>VOICE PERMISSIONS</b></p>
<div>
<input type="checkbox" value="" id="Connect">
<label>
Connect
</label>
</div>
<div>
<input type="checkbox" value="" id="Speak">
<label>
Speak
</label>
</div>
<div>
<input type="checkbox" value="" id="Video">
<label>
Video
</label>
</div>
<div>
<input type="checkbox" value="" id="MuteMembers">
<label>
Mute Members
</label>
</div>
<div>
<input type="checkbox" value="" id="DeafenMembers">
<label>
Deafen Members
</label>
</div>
<div>
<input type="checkbox" value="" id="MoveMembers">
<label>
Move Members
</label>
</div>
<div>
<input type="checkbox" value="" id="UseVoiceActivity">
<label>
Use Voice Activity
</label>
</div>
<div>
<input type="checkbox" value="" id="PrioritySpeaker">
<label>
Priority Speaker
</label>
</div>
<div>
<input type="checkbox" value="" id="RequestToSpeak">
<label>
Request To Speak
</label>
</div>
<div>
<input type="checkbox" value="" id="UseEmbeddedActivities">
<label>
Use Embedded Activities
</label>
</div>
</div>
<div class="custom-invite">
<input id="linkInput" type="text" class="custom-invite-input" readonly
value="https://discord.com/api/oauth2/authorize?client_id=853525129057402921&permissions=0&scope=bot%20applications.commands">
<a id="linkOpen"
href="https://discord.com/api/oauth2/authorize?client_id=853525129057402921&permissions=0&scope=bot%20applications.commands"
target="_blank" rel="noopener noreferrer" class="custom-invite-button">Mời bot vào
server</a>
</div>
</div>
</form>
<p>Anh em vui lòng chọn quyền cho bot rồi click mời để thêm bot (nên chọn Administrator cho đủ quyền và đỡ
lỗi
nhé :v)</p>
</div>
</section>
<footer class="footer footer__color">
<div class="container footer__container">
<div class="footer__1">
<a href="index.html" class="footer__logo">
<h4>Siesta</h4>
</a>
<p>Một bot quản lý server đơn giản</p>
<p>BotName (Discord): Siesta#4424</p>
<p>BotID (Discord): 853525129057402921</p>
</div>
<div class="footer__2">
<h4>Developer</h4>
<div>
<p>UserName (Discord): vmc</p>
<p>UserID (Discord): 645870566158630912</p>
</div>
</div>
</div>
</footer>
<script src="./js/vmc.js"></script>
</body>
</html>