-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathcommands.html
458 lines (362 loc) · 16.7 KB
/
commands.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
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
<!DOCTYPE html>
<html lang="en">
<head>
<title>Onyx Commands</title>
<meta charset="utf-8" />
<link rel="icon" href="icons/favicon.ico" />
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
<link rel="stylesheet" href="css/styles.css" type="text/css">
<!--
<script src="script.js"></script> -->
<script type="text/javascript" src="js/lib/greensock/TweenMax.min.js"></script>
<script type="text/javascript" src="scrollmagic/uncompressed/ScrollMagic.js"></script>
<script type="text/javascript" src="scrollmagic/uncompressed/plugins/animation.gsap.js"></script>
<script src="animations.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121231419-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-121231419-1');
</script>
</head>
<body>
<header>
<a class="logo" href="index.html">
<img src="media/ONYX_LOGO.jpg" />
</a>
<nav>
<ul>
<li>
<a href="https://discordapp.com/oauth2/authorize?&client_id=444948120573313024&scope=bot&permissions=0">Invite</a>
</li>
<li>
<a href="developers.html"> Developers </a>
</li>
<li>
<a href=""> Commands </a>
</li>
<li>
<a href="onyx-labs.html"> Onyx Labs </a>
</li>
<li>
<a href="help-support.html"> Help & Support </a>
</li>
</ul>
</nav>
</header>
<h1>Commands</h1>
<section id="titlechart">
<section class="commands_class">
<h1>Social Commands</h1>
<section class="flex_items">
<article>
<h1>avatar</h1>
<p> See your, or someone else's avatar.</p>
</article>
<article>
<h1>wave</h1>
<p>Wave at another user!</p>
</article>
<article>
<h1>poke</h1>
<p>Poke another user!</p>
</article>
</section>
</section>
</section>
<div id="trigger1"></div>
<main>
<section class="commands" id="section-wipes">
<section class="commands_class">
<h1>New 2019 Commands</h1>
<section class="flex_items">
<article>
<h1>card</h1>
<p>Send someone a cool card with a message of your choice. </p>
<p class="mono">card @someone Welcome to the server! :D</p>
</article>
<article>
<h1>playmusic</h1>
<p>Play music in a genre of your choice. Just type either lofi or synthwave after the command.</p>
<p>Make sure you've joined a Voice Channel first.</p>
<p class="mono">playmusic lofi</p>
<p class="mono">playmusic synthwave</p>
</article>
<article>
<h1>stop</h1>
<p>Onyx will leave the Voice Channel you're currently in.</p>
<p>Make sure you're in the Voice Channel you want her to leave.</p>
<p class="mono">stop</p>
</article>
<article>
<h1>gift</h1>
<p>Send a trending GIF to someone, great for keeping in touch with what's trending on the web!</p>
<p>gift @someone</p>
</article>
<article>
<h1>wave</h1>
<p>Waving now includes a nice GIF also.</p>
<p>wave @someone</p>
</article>
</section>
<section class="commands_class">
<h1>Media Commands</h1>
<section class="flex_items">
<article id="trigger_dark_theme">
<h1>meme</h1>
<p>Make a meme, using a variety of templates. </p>
<p>Separate the meme's top and bottom text using a hyphen.</p>
<p class="mono">meme office Top Text - Bottom Text</p>
</article>
<article>
<h1>meme_templates</h1>
<p>Get a list of all meme templates available.</p>
</article>
<article>
<h1>gif</h1>
<p>Search GIPHY for GIFS!</p>
<p class="mono">gif coding</em>
</article>
<article>
<h1>word2gif</h1>
<p>Translate words to GIPHY GIFS! Use the power of GIFS to convey your message.</p>
<p class="mono">word2gif just. wow.</p>
</article>
<article>
<h1>word2sticker</h1>
<p>Translate words to GIPHY stickers! Get GIPHY Stickers related to your search terms (uses different
algorithm to `sticker` command).</p>
<p class="mono">word2sticker haha</p>
</article>
<!-- <article>
<h1>react</h1>
<p>Get classic GIF reaction stickers. If you want to react to someone's statement with a classic react sticker, then add one of the following emotions: wow, love, haha, lol, rofl, lmao</p>
</article> -->
<article>
<h1>sticker</h1>
<p>Search GIPHY for stickers.</p>
<p class="mono">sticker tropical</p>
</article>
<article>
<h1>rsticker</h1>
<p>Get a random GIPHY sticker.</p>
</article>
<article>
<h1>trending-gif</h1>
<p>Get a trending GIPHY GIF that's hot online now.</p>
</article>
<article>
<h1>qr</h1>
<p>Generate a QR code in black & white. Create a multi-coloured QR code with the `qr+` command.</p>
<p class="mono">qr Hey there!</p>
</article>
<article>
<h1>qr+</h1>
<p>Generate a qr code with two HEX colours and your message encoded as a QR code.</p>
<p class="mono">qr+ 000 fff Hey there!</p>
</article>
</section>
<h1>Search Commands</h1>
<section class="flex_items">
<article>
<h1>yt</h1>
<p>Search YouTube for your favourite videos. Returns the first search result video.</p>
<p class="mono">yt Swedish House Mafia greyhound</p>
</article>
<article>
<h1>ask</h1>
<p>Ask Onyx anything, and she'll provide an answer from Wolfram|Alpha, an information engine.</p>
<p class="mono">How big is the universe?</p>
<p class="mono">How many apples can you fit in an airplane</p>
</article>
<article>
<h1>acronym</h1>
<p>Get the meaning of an acronym.</p>
<p class="mono">acronym rofl</p>
</article>
<article>
<h1>bitcoin</h1>
<p>Retrieve today's bitcoin rates.</p>
</article>
<article>
<h1>define</h1>
<p>Get a definition of a word.</p>
<p class="mono">define serendipity</p>
</article>
<article>
<h1>synonyms</h1>
<p>Get all the synonyms for a word.</p>
<p class="mono">synonyms azure</p>
</article>
<article>
<h1>old-define</h1>
<p>Get an old-style definition of a word like it's 1859. </p>
<p class="mono">old-define life</p>
</article>
<article>
<h1>emoji</h1>
<p>Search for emojis related to a certain search term. Get happy emojis, cute emojis, hearts, etc.</p>
<p class="mono">emoji cute</p>
<p class="mono">emoji nature</p>
<p class="mono">emoji happy</p>
</article>
<article>
<h1>photo</h1>
<p>Search Unsplash for public domain, stunning images of your choice. </p>
<p class="mono">photo night sky</p>
</article>
<article>
<h1>pixabay</h1>
<p>Search Pixabay for public domain, stunning images. </p>
<p class="mono">pixabay galaxy</p>
</article>
<article>
<h1>population</h1>
<p>Get the total number of humans on Earth right now.</p>
</article>
<!-- <article>
<h1>translate</h1>
<p>Translate text to a variety of languages, including French (fr), Italian (it), German (de), and more!</p>
</article>
<article>
<h1>identify</h1>
<p>Identify what language a piece of text is in, plus the result includes Watson AI's confidence levels
too!
</p>
</article> -->
</section>
<h1>Space Commands</h1>
<section class="flex_items">
<article>
<h1>earth</h1>
<p>Get live Earth footage as seen from the NOAA DSCVRY Probe.</p>
</article>
<article>
<h1>iss</h1>
<p>Get the location of the International Space Station. Updates every second</p>
</article>
<article>
<h1>neo</h1>
<p>Find out how many Near-Earth objects are near Earth right now. </p>
</article>
<article>
<h1>astronauts</h1>
<p>Find out how many astronauts are aboard the International Space Station</p>
</article>
</section>
<h1>Fun Commands</h1>
<section class="flex_items">
<article>
<h1>xkcd</h1>
<p>(Nerd Humour) Get today's XKCD comic by typing</p>
<p class="mono">xkcd today</p>
<p>or a randomized XKCD comic by typing </p>
<p class="mono">xkcd</p>
</article>
<article>
<h1>captcha</h1>
<p>Turn plaintext into a captcha.</p>
<p class="mono">captcha can you read this?</p>
</article>
<article>
<h1>emojify</h1>
<p>Convert your message into an emojipasta. Adds emojis related to words found within the message. </p>
<p class="mono">emojify hello there, user, I'm glad to see you're here reading about this command</p>
</article>
<article>
<h1>cats</h1>
<p>Get a load of cuuuute random cat ascii faces.</p>
</article>
<article>
<h1>ascii-faces</h1>
<p>Get a load of cuuuute random ascii faces ^^</p>
</article>
<!-- <article>
<h1>poll</h1>
<p>Create a poll. Just append a question onto your command, and the reactions will symbolise votes.</p>
</article> -->
</section>
<h1>Message Formatting Commands</h1>
<section class="flex_items">
<article>
<h1>random-case</h1>
<p>Randomize every letter in a sentence's case, so iT tUrnS oUt lIke ThIS.</p>
<p class="mono">random-case randomized cases galore! </p>
</article>
<article>
<h1>letter-em</h1>
<p>Convert all the letters in a message to emoji letters.</p>
<p class="mono">letter-em these are now emoji letters</p>
</article>
<article>
<h1>replace-b</h1>
<p>Replace all the b's in a message with the 🅱️ emoji.</p>
<p class="mono">replace-b I want to report a bug</p>
</article>
<article>
<h1>pyramid</h1>
<p>Convert a sentence into a word pyramid.</p>
<p class="mono">pyramid this is now a word pyramid</p>
</article>
<article>
<h1>reverse</h1>
<p>Reverse your message.</p>
<p class="mono">reverse can you read this?</p>
</article>
<article>
<h1>binary</h1>
<p>Translate a message to binary.</p>
<p class="mono">binary this is now binary</p>
</article>
<article>
<h1>1337</h1>
<p>Translate a message to 1337.</p>
<p class="mono">1337 this is now leet</p>
</article>
<article>
<h1>adv1337</h1>
<p>Translate a message to advanced 1337.</p>
<p class="mono">adv1337 this is now advanced leet</p>
</article>
</section>
<h1>Meta Commands</h1>
<section class="flex_items">
<article>
<h1>server</h1>
<p>Get server stats, such as member count, when the server was created, and more...</p>
</article>
<article>
<h1>idea</h1>
<p>Submit an idea for a new bot feature.</p>
<p class="mono">captcha can you read this?</p>
</article>
<article>
<h1>creator</h1>
<p>Get info. on who coded Onyx :eyes:</p>
</article>
<article>
<h1>info</h1>
<p>Get info. about Onyx, such as what language she's coded in, and more.</p>
</article>
<article>
<h1>invite</h1>
<p>Get Onyx's invite link, so that she can be invited to other servers.</p>
</article>
</section>
</section>
</main>
<footer>
<p>
<small> © Silvia O'Dwyer 2018. All rights reserved. </small>
</p>
<ul>
<a href="developers.html">Developers</a>
<a href="onyx-labs.html">Onyx Labs</a>
<a href="help-support.html">Help & Support</a>
<a href="commands.html">Commands</a>
</ul>
</footer>
</body>
</html>