-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (35 loc) · 2.05 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1" name="viewport">
<title>SlashRoles</title>
<meta property="og:title" content="SlashRoles">
<meta property="og:description" content="SlashRoles lets you setup options in the Slash Command menu to assign roles.">
<meta property="og:image" content="assets/img/botlogo.png">
<link rel="stylesheet" type="text/css" href="assets/css/site.css">
<link rel="icon" href="assets/img/botlogo.png">
</head>
<body>
<div>
<img src="assets/img/botlogo.png" class="logo croppedSize">
<span style="vertical-align: middle; margin-left: 10px; font-size: 20pt;">SlashRoles</span>
</div>
<p>
SlashRoles is a slash command bot that lets you setup options in the Slash Command menu to assign roles. By running <code>/create</code>, you can select a role to assign, and the title and description to show in the Slash Command menu. When someone runs that command, they'll be granted the role you selected. You can remove an option by using <code>/delete</code>, and the data related to it will be deleted.
</p>
<br>
<a href="https://discord.com/api/oauth2/authorize?client_id=817248082126700565&permissions=268435456&scope=bot%20applications.commands" class="button">Add the bot</a>
<br>
<h2><u><b>How to use</b></u></h2>
<br>
<h3>1️⃣ Create the option:</h3>
<a href="assets/img/slashCreate.png"><img class="demoImage center" src="assets/img/slashCreate.png"></a>
<h3>2️⃣ Select the option:</h3>
<a href="assets/img/slashOptionv2.png"><img class="demoImage center" src="assets/img/slashOptionv2.png"></a>
<h3>3️⃣ Get/Remove the role:</h3>
<a href="assets/img/slashRoleAssigned.png"><img class="demoImage center" src="assets/img/slashRoleAssigned.png"></a>
<a href="assets/img/slashRoleRemoved.png"><img class="demoImage center" src="assets/img/slashRoleRemoved.png"></a>
<h5>Bot by TechGeekGamer#7205</h5>
</body>
</html>