generated from whirlxd/Select-Menu-Roles
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
96 lines (95 loc) · 2.97 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
<title>Discord Dropdown roles</title>
<html><head></head><body><h1 align="center">Dropdown roles</h1>
<p>
<img alt="Version" src="https://img.shields.io/github/v/release/Fruityisgood/dropdown-roles?include_prereleases&label=version">
<a href="https://discord.gg/vWPf6radPk"><img alt="chat" src="https://img.shields.io/badge/chat-23458%20online-brightgreen">
</a>
</p><blockquote>
<p>Get your own menu roles for your discord server<br>
written in discord.js v13 by Fruity</p>
</blockquote>
<h2>Getting started</h2>
<p>Download the source code <a href="https://github.com/Fruityisgood/dropdown-roles/releases/latest/">here</a></p>
<h2>How to use</h2>
<p>View <a href="https://fruityisgood.github.io/dropdown-roles/docs">documentation</a>.</p>
<h2>Install</h2>
<pre><code class="language-sh">npm i
</code></pre>
<h2>Start</h2>
<pre><code class="language-sh">node .
</code></pre>
<h2>Website</h2>
<p><a href="https://fruityisgood.github.io/dropdown-roles/">our website</a></p>
<h2>Support</h2>
<p><a href="https://discord.gg/vWPf6radPk">Support server</a></p>
<h2>Resources</h2>
<table>
<thead>
<tr>
<th>Name</th>
<th>Description</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://github.com/fosscord/fosscord">Website</a></td>
<td>Our website</td>
<td>
<img src="https://img.shields.io/badge/-website-blue">
<img src="https://img.shields.io/website?down_color=red&down_message=down&up_color=green&up_message=up&url=https%3A%2F%2Ffruityisgood.github.io%2Fdropdown-roles">
</td>
</tr>
<tr>
<td>
<a href="https://github.com/Fruityisgood/dropdown-roles/releases/latest">Latest version</a>
</td>
<td>
The latest version of the bot
</td>
<td>
<img src="https://img.shields.io/github/downloads/Fruityisgood/dropdown-roles/latest/total">
<img src="https://img.shields.io/github/v/release/Fruityisgood/dropdown-roles?color=yellow&include_prereleases">
</td>
</tr>
<tr>
<td>
<a href="https://github.com/Fruityisgood/dropdown-roles/#Getting started">
Github
</a>
</td>
<td>
Our github of course
</td>
<td>
<img src="https://img.shields.io/github/languages/top/Fruityisgood/dropdown-roles?color=red">
<img src="https://img.shields.io/badge/Javascript-43.0%25-yellow">
<img src="https://img.shields.io/badge/Batchfile-0.3%25-brightgreen">
</td>
</tr>
<tr>
<td>
<a href="https://fruityisgood.github.io/dropdown-roles/docs">
Documentation
</a>
</td>
<td>Our documentation</td>
<td>
<img src="https://img.shields.io/badge/not%20done-grey">
</td>
</tr>
<tr>
<td>
<a href="https://discord.gg/vWPf6radPk">
Discord
</a>
</td>
<td>A Image manipulation api for adjustable discord rank cards and many more (coming soon)</td>
<td>
<img src="https://img.shields.io/badge/chat-23458%20online-brightgreen">
<img src="https://img.shields.io/badge/members-578K-orange">
</td>
</tr>
</tbody>
</table>
</body></html>