-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
238 lines (227 loc) · 8.88 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="google-site-verification" content="1ZL-vuOLAgjIHA6x_MCzjsNQQUetmT00dJUgTag-Yzo" />
<title>Home - Groot</title>
<link rel="stylesheet" href="./css/home.css">
<link rel=stylesheet href="./css/highlight/styles/atom-one-dark-reasonable.css">
</link>
<script src="./css/highlight/highlight.pack.js"></script>
<script src="./css/mark.min.js"></script>
<script src="./js/home.js"></script>
<script src="https://kit.fontawesome.com/ed4599c3e0.js" crossorigin="anonymous"></script>
<script>hljs.highlightAll();</script>
<link rel="icon" href="./images/groot.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<button class="backToTop" title="Go to top"><i class="fas fa-chevron-up"></i></button>
<section class="navbar">
<ul class=navbar-contents>
<a href="index.html" class="btn"><i class="fas fa-home"></i> Home</a>
<a href="support.html" class="btn"><i class="fas fa-ticket-alt"></i> Support</a>
<li style="float:right;margin-right:1em;">
<input id=searchBar class="searchbar btn show" autocomplete="off" type="text" name="search"
placeholder="Search..">
<button id=showSearch class="btn show">
<i class="fas fa-search"></i>
</button>
<a href="https://discord.gg/ANbxZmqyK5" target="_blank" alt="Groot Support Server" class="btn"
style=border-radius:50%>
<i class="fab fa-discord"></i>
</a>
<a href="https://github.com/dank-tagg/Groot" target="_blank" class="btn">
<i class="fas fa-code"></i>
Source
</a>
<button class="btn" id="theme-switcher">
<i class="fas fa-moon"></i>
Switch theme
</button>
</li>
</ul>
</section>
<section class="page-header">
<h1 class="project-name">A simple but yet <br /> feature-rich discord bot</h1>
<h2 class="project-tagline">
Features moderation, economy and utility commands.
</h2>
<a href="https://discord.com/oauth2/authorize?client_id=812395879146717214&scope=bot" target="_blank" class="btn"
style="background-color:linear-gradient(120deg, var(--theme-links), var(--theme-headers));color:#ffffff">
<i class="fas fa-play"></i> Get Started
</a>
<a href="https://discord.gg/ANbxZmqyK5" target="_blank" alt="Groot Support Server" class="btn"
style="background-color:linear-gradient(120deg, var(--theme-links), var(--theme-headers));color:#ffffff">
<i class="fab fa-discord"></i> Support Server
</a>
<img class=content-desktop src="./images/code.png"></img>
</section>
<section id="main-content" class="main-content">
<h1 id="groot">Groot </h1>
<p>
A multipurpose discord bot, for educational and experimental purposes.<br />
Made by <code class=highlight>dank tagg#6017</code>
</p>
<h2 id="list-of-contents">List of contents</h2>
<ul>
<li>
<a href="#usage">Usage</a>
</li>
<li>
<a href="#features">Features</a>
</li>
<li>
<a href="#how-do-i-contribute">How do I contribute?</a>
<ul>
<li>
<a href="#requirements-to-contribute">Requirements</a>
</li>
</ul>
</li>
<li>
<a href="#contact-me">Contact me</a>
</li>
<li>
<a href="#links">Links</a>
</li>
<li>
<a href="#licensing-information">Licensing Information</a>
</li>
</ul>
<h2 id="usage">Usage</h2>
<p>
If you anyhow want to <em>copy</em>
my code, feel free to. Be sure to read the <a href="#licensing-information">license</a>
though.<br />
You can find me at the <a href="https://discord.gg/ANbxZmqyK5" target="_blank">support server</a>
for Groot, or just shoot me a
DM.<br />
</p>
<h2 id="features">Features</h2>
<div>
<div class="highlight">
<pre class="highlight"><code class=language-css>Fun -> Funny commands
Utilities -> Handy utilities
Information -> Information about the bot
Moderation -> Powerful moderation commands
Admin -> Admin commands and not available for the public</code></pre>
</div>
</div>
<h2 id="how-do-i-contribute">How do I contribute?</h2>
<p>
If you somehow have interest in contributing, please start an issue.<br />
State in it the code and a short description.<br />It should look like the following:
</p>
<div>
<div class="highlight">
<pre class="highlight"><code># The code you want to add:
import discord
from discord.ext import commands
class aNewCog(commands.Cog):
def __init__(self, bot):
self.bot = bot
@commands.command(name="Thank", aliases=["You"])
async def hello(self, ctx):
await ctx.send(f"Hello {ctx.author.mention}")
def setup(bot):
bot.add_cog(aNewCog(bot))
# A short description
'''
This code adds a new command that sends 'Hello {ctx.author.mention}' when invoked.
My discord is anUser#6969, you can ask me about it there.
'''</code></pre>
</div>
</div>
<p>
<strong>Note that this is not required. It can also be pseudocode, and a small explanation.</strong>
</p>
<p>
For more information, contact me on discord.<br />
If you want to contribute anything big, please DM me.<br />I would be more than happy to talk to you.
</p>
<h3 id="requirements-to-contribute">Requirements to contribute</h3>
<ul class="task-list">
<li class="task-list-item">
<input type="checkbox" class="task-list-item-checkbox" disabled="disabled" />
It must be
written in <i class="fab fa-python"></i>
Python
</li>
<li class="task-list-item">
<input type="checkbox" class="task-list-item-checkbox" disabled="disabled" />
It must be
able to run on <code class="language-plaintext highlighter-rouge">python 3.9.4</code>
and <code class="language-plaintext highlighter-rouge">discord.py 1.7.1</code>
</li>
</ul>
<h2 id="contact-me">Contact me</h2>
<p>
<strong>
<i class="fab fa-discord"></i>
DISCORD:
</strong>
<br />
dank tagg#6017 <em>or</em>
<a href="https://discord.gg/ANbxZmqyK5" target="_blank">support server</a>
<br />
<strong>
<i class="fas fa-envelope"></i>
EMAIL:
</strong>
<br /><a href="mailto:grootdiscordbot@gmail.com">grootdiscordbot@gmail.com</a>
</p>
<h2 id="links">Links</h2>
<ul>
<li>
<a href="https://top.gg/bot/812395879146717214/vote" target="_blank">
<i class="fas fa-vote-yea"></i>
Vote
</a>
</li>
<li>
<a href="https://github.com/dank-tagg/Groot" target="_blank">
<i class="fas fa-code"></i>
Source
</a>
</li>
<li>
<a href="https://dank-tagg.github.io/Groot-Website/" target="_blank">
<i class="fas fa-globe"></i>
Website
</a>
</li>
</ul>
<h2 id="licensing-information">Licensing Information</h2>
<div class="language-plaintext highlighter-rouge">
<div class="highlight">
<pre class="highlight"><code class=plaintext>MIT License
Copyright (c) 2021 dank tagg
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.</code></pre>
</div>
</div>
<footer class="site-footer">
<span class="site-footer-owner">
<a href="https://github.com/dank-tagg/Groot" target="_blank">Groot</a>
is
maintained by <a href="https://github.com/dank-tagg" target="_blank">dank-tagg</a>
</span>
<span class="site-footer-credits">© 2021 Groot </span>
</footer>
</section>
</body>
</html>