-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbot.html
More file actions
89 lines (83 loc) · 3.81 KB
/
Copy pathbot.html
File metadata and controls
89 lines (83 loc) · 3.81 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<title>YouShadeBot – Discord Bot</title>
<meta name="description" content="YouShadeBot – the modern open source Discord bot for your server." />
<link rel="stylesheet" href="material.css" />
</head>
<body>
<nav class="nav">
<a class="nav-brand" href="/">
<span class="icon-box" style="width:32px;height:32px;border-radius:10px;"><span class="msr md filled" aria-hidden="true"></span></span>
<span class="brand-txt">WollyDev24</span>
</a>
<div class="nav-links">
<a class="nav-link" href="/">Main</a>
<a class="nav-link" href="blog">Blog</a>
<button class="theme-toggle" data-theme-toggle aria-label="Toggle appearance"><span class="msr md" aria-hidden="true"></span></button>
</div>
</nav>
<main class="wrap">
<section class="hero center reveal">
<div class="icon-box big" style="margin:0 auto;">
<span class="msr filled" aria-hidden="true"></span>
</div>
<h2>YouShadeBot</h2>
<p>The modern open source Discord bot for your server. Simple, fast, transparent.</p>
<div class="hero-actions">
<a class="btn primary" href="https://github.com/wollydev24/YouShadeBot" target="_blank" rel="noopener"><span class="msr sm" aria-hidden="true"></span> GitHub Repo</a>
<a class="btn" href="https://discord.gg/support-server-link" target="_blank" rel="noopener"><span class="msr sm" aria-hidden="true"></span> Support Server</a>
<a class="btn" href="https://discord.com/oauth2/authorize?client_id=YOUR_CLIENT_ID&scope=bot" target="_blank" rel="noopener"><span class="msr sm" aria-hidden="true"></span> Invite Bot</a>
</div>
</section>
<section class="section-head reveal">
<span class="kicker">Features</span>
<h2>What it does</h2>
</section>
<div class="card-grid">
<div class="card reveal">
<span class="icon-box" style="margin:0 auto;"><span class="msr md filled" aria-hidden="true"></span></span>
<h4>Greeting Message</h4>
<p>Welcome new members with a customizable greeting message.</p>
</div>
<div class="card reveal">
<span class="icon-box" style="margin:0 auto;"><span class="msr md filled" aria-hidden="true"></span></span>
<h4>Change Bot Status</h4>
<p>Easily update the bot’s status to keep your community informed.</p>
</div>
</div>
<section class="section-head reveal">
<span class="kicker">Roadmap</span>
<h2>Planned features</h2>
</section>
<div class="card-grid">
<div class="card reveal">
<span class="icon-box" style="margin:0 auto;"><span class="msr md filled" aria-hidden="true"></span></span>
<h4>Announcements</h4>
<p>Send scheduled or instant announcements to your server.</p>
</div>
<div class="card reveal">
<span class="icon-box" style="margin:0 auto;"><span class="msr md filled" aria-hidden="true"></span></span>
<h4>Whisper Messages</h4>
<p>Send private, ephemeral messages to users.</p>
</div>
<div class="card reveal">
<span class="icon-box" style="margin:0 auto;"><span class="msr md filled" aria-hidden="true"></span></span>
<h4>Notes</h4>
<p>Let users save and retrieve personal notes.</p>
</div>
</div>
</main>
<footer class="footer">
<div class="footer-links">
<a href="/">Home</a>
<a href="https://github.com/wollydev24" target="_blank">GitHub</a>
<a href="https://t.me/wollydev24" target="_blank">Telegram</a>
</div>
<span>© 2026 WollyDev24</span>
</footer>
<script src="material.js"></script>
</body>
</html>