-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrushk.html
More file actions
53 lines (49 loc) · 3.04 KB
/
Copy pathrushk.html
File metadata and controls
53 lines (49 loc) · 3.04 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
<html>
<head>
<title>Rushk</title>
<link href="style.css" type="text/css" rel="stylesheet"/>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<div class="topnav"></div>
<h1>Rushk</h1>
<p>Rushk, as you probably now if you're on this page, is a Discord bot made for the Koilang server. It's mainly used for storing dictionaries, but is also used for shenanigans. Its uptime is very sporadic and it is available to be brought up at request (ping me).</p>
<h2>Rush Documentation</h2>
<p>This is documentation for all of Rushk's commands, what they do, and how to use them.</p>
<details>
<summary>Table of Contents</summary>
<p>This space unintentionally left not blank</p>
</details>
<h3>Style guide</h3>
<p>The commands are styled as such</p>
<p><b>/example-command</b> <required-argument type> <argument-name this|argument|can|be|any|of|these|but|is|required> [optional-argument type] [argument-name this|argument|can|be|any|of|these|but|is|not|required]<br>
The types listed in argument descriptions can be one of the following:
<ul>
<li>number: Any positive number</li>
<li>int: Any number, negative or positive</li>
<li>text: Any text</li>
</ul><br>
In descriptions of commands, if something is styled like <code>this</code>, it is an argument.</p>
<h3>Linguistical commands</h3>
<p><b>/dictionary search</b> <dictionary Ciscun|Gedenano|Kadian|Medh|Osrhean|Tsevhu> [specificity Narrow|Broad]<br>
Searches the given <code>dictionary</code> for a <code>term</code>.</p>
<h4>Arguments</h4>
<p><code>dictionary</code>: The dictionary to search in<br>
<code>term</code>: The term to search for<br>
<code>specificity</code>: Optional. If set to "narrow", only returns results that are <b>the same</b> as the term; if set to "broad", returns results that <b>contain</b> the term.<br></p>
<p><b>/dictionary whatis</b> <dictionary Ciscun|Gedenano|Kadian|Medh|Osrhean|Tsevhu><br>
Gives an overview of <code>dictionary</code>, including a sample word, the amount of words in the dictionary, and more.</p>
<p><b>/dictionary random</b> <dictionary Ciscun|Gedenano|Kadian|Medh|Osrhean|Tsevhu><br>
Gives a random word from <code>dictionary</code>.</p>
<p>WIP <b>/dictionary edit</b> <dictionary Ciscun|Gedenano|Kadian|Medh|Osrhean|Tsevhu> <item Name|Description|Image|Link> <new text><br>
Allows the manager of a <code>dictionary</code> to edit it, replacing the current <code>item</code> with <code>new</code></p>
<h4>Arguments</h4>
<p><code>dictionary</code>: The dictionary to edit<br>
<code>item</code>: The thing to edit<br>
<code>new</code>: The thing to replace <code>item</code> with<br></p>
<script src="topnav.js"></script>
</body>
</html>