-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·183 lines (172 loc) · 8.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<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>Merely Framework</title>
<meta name="description" content="merely is a modular Discord bot with a wide variety of features. the most notable being the integration with other projects on yiays.com.">
<meta name="keywords" content="merely, Discord, Discord bot, admin, administration, automation, meme, fun, censor, search, google, images">
<meta name="author" content="Yiays">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="apple-touch-icon" sizes="180x180" href="/icon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/icon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/icon/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<meta name="theme-color" content="#127DAB">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="main.css?v=9.1" type="text/css" />
</head>
<body>
<div class="outtadate" style="display:none">
<b>Failed to fetch usage information!</b> Ensure you have access to GitHub and you're not being rate limited.
</div>
<header>
<div>
<div class="container">
<img src="img/merelyfull_web.webp?v=1" alt="merely intro" width="360" height="360">
<h1>Merely-Framework <span id="ver"></span></h1>
<p>
Merely is an <a href="https://github.com/MerelyServices/Merely-Framework" title="View in GitHub">open source</a>
Discord bot framework. The example implementation of Merely-Framework (MerelyBot) uses all of the included
extensions for demonstration. Here is some highlighted commands;
</p>
<ul>
<li><code>/poll</code> to create multi-choice rapid-fire polls</li>
<li><code>/download</code> to download videos from any website and reupload them to chat</li>
<li><code>/welcome</code> and <code>/farewell</code> for custom server join/leave messages</li>
<li><code>/clean</code> to quickly delete messages from a channel</li>
<li><code>/language</code> to use MerelyBot in another language</li>
</ul>
</div>
</div>
<div class="container">
<nav class="navbar navbar-expand-md navbar-light bg-light">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link active" href=".">Home <span class="sr-only">(current)</span></a>
</li>
<!--<li class="nav-item">
<a class="nav-link" href="stats.html">stats</a>
</li>-->
<!--<li class="nav-item">
<a class="nav-link" href="changes.html">changes</a>
</li>-->
</ul>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="https://discord.gg/wfKx24kDUR">Try MerelyBot</a>
</li>
<li class="nav-item">
<a class="nav-link"href="https://discordapp.com/oauth2/authorize?client_id=309270899909984267">
Add MerelyBot to your server
</a>
</li>
</ul>
</div>
</nav>
</div>
</header>
<div class="container">
<h2 id="news">MerelyBot v2.0 launch</h2>
<p>
Use commands in group chats and any server by adding MerelyBot to your account
</p>
<p>
New command: <code>/download</code>! Download videos from almost any public website and reupload them to a Discord chat!
</p>
<p>
<code>/download</code> and <code>/dice</code> can be used anywhere if you <a href="https://discordapp.com/oauth2/authorize?client_id=309270899909984267">add MerelyBot to your account</a> (choose "Try it now").
</p>
<p>
You can now get help for subcommands and command groups. For example, <code>/help command:welcome</code> and <code>/help command:welcome set</code> will now provide different guidance.
</p>
<!--<a class="btn btn-primary" href="https://blog.yiays.com/merely-turns-3-heres-some-exciting-news">read more ></a>-->
<hr>
<h2 id="help">Commands</h2>
<p>
<ul>
<li>To use a merely command, start your command with <code>/</code> and choose Merely's command from the list.</li>
</ul>
</p>
<div class="row" style="padding-left:15px">
<div class="col-sm-6 col-lg-4 list-group">
<h3>💡 For new users</h3>
<a href="#/help" class="list-group-item list-group-item-action">/help</a>
<a href="#/about" class="list-group-item list-group-item-action">/about</a>
<a href="#/changes" class="list-group-item list-group-item-action">/changes</a>
</div>
<div class="col-sm-6 col-lg-4 list-group">
<h3>⚙️ For administrators</h3>
<a href="#/clean" class="list-group-item list-group-item-action">/clean</a>
<a href="#/janitor" class="list-group-item list-group-item-action">/janitor</a>
<a href="#/reactrole" class="list-group-item list-group-item-action">/reactrole</a>
<a href="#/welcome" class="list-group-item list-group-item-action">/welcome</a>
<a href="#/farewell" class="list-group-item list-group-item-action">/farewell</a>
<a href="#/controlpanel" class="list-group-item list-group-item-action">/controlpanel</a>
</div>
<div class="col-sm-6 col-lg-4 list-group">
<h3>🌐 For everyone</h3>
<a href="#/download" class="list-group-item list-group-item-action">/download</a>
<a href="#/language" class="list-group-item list-group-item-action">/language</a>
<a href="#/poll" class="list-group-item list-group-item-action">/poll</a>
<a href="#/emoji" class="list-group-item list-group-item-action">/emoji</a>
<a href="#/dice" class="list-group-item list-group-item-action">/dice</a>
</div>
</div>
<br>
<a class="btn btn-primary" href="#/serverowner">Additional info for server owners ></a>
<hr>
<h2 id="derivatives">Derivative bots</h2>
<p>
Merely-Framework is designed to be expanded upon in order to create new bots with a solid foundation.
</p>
<p>
<ul>
<li><a href="https://github.com/yiays/ConfessionBot/">ConfessionBot</a> - An anonymous messaging bot which adds secret users to channels on Discord.</li>
</ul>
</p>
<p>
If you would like to make your own derivative bot, or simply add more features to the framework,
start by <a href="https://github.com/MerelyServices/Merely-Framework?tab=readme-ov-file#usage">reading the information for developers</a>.
</p>
</div>
<div class="modal fade" tabindex="-1" role="dialog" id="cmdnfo">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="cmdname">Title</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body" id="cmddescription">
<p>Body</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<footer class="lv1">
<div class="container">
<p id="gentime"></p>
</div>
<div class="lv2">
<div class="container">
© 2024 Yiays | Powered by <span id="lib">Discord.py</span> and aiohttp.
</div>
</div>
</footer>
<script type="text/javascript" src="//cdn.yiays.com/jquery-3.7.1.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" crossorigin="anonymous"></script>
<script type="text/javascript" src="github.js?v=1"></script>
<script type="text/javascript" src="main.js?v=22.2"></script>
</body>
</html>