mirror of
https://github.com/Sheldan/abstracto-docs.git
synced 2026-01-28 08:38:44 +00:00
Deploying to master from @ Sheldan/abstracto@14b2d78a3b 🚀
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -442,8 +442,8 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
|
|||||||
<h1>Abstracto Discord Bot Documentation</h1>
|
<h1>Abstracto Discord Bot Documentation</h1>
|
||||||
<div class="details">
|
<div class="details">
|
||||||
<span id="author" class="author">Sheldan https://github.com/Sheldan/abstracto</span><br>
|
<span id="author" class="author">Sheldan https://github.com/Sheldan/abstracto</span><br>
|
||||||
<span id="revnumber">version 1.2.4,</span>
|
<span id="revnumber">version 1.2.5,</span>
|
||||||
<span id="revdate">2021/03/24 21:15</span>
|
<span id="revdate">2021/03/28 23:40</span>
|
||||||
</div>
|
</div>
|
||||||
<div id="toc" class="toc">
|
<div id="toc" class="toc">
|
||||||
<div id="toctitle">Table of Contents</div>
|
<div id="toctitle">Table of Contents</div>
|
||||||
@@ -577,6 +577,17 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
|
|||||||
<li><a href="#_relevant_system_configuration_5">4.20.1. Relevant system configuration</a></li>
|
<li><a href="#_relevant_system_configuration_5">4.20.1. Relevant system configuration</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
<li><a href="#_webservices">4.21. Webservices</a></li>
|
||||||
|
<li><a href="#_youtube">4.22. Youtube</a>
|
||||||
|
<ul class="sectlevel3">
|
||||||
|
<li><a href="#_command">4.22.1. Command</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li><a href="#_urban_dictionary">4.23. Urban dictionary</a>
|
||||||
|
<ul class="sectlevel3">
|
||||||
|
<li><a href="#_command_2">4.23.1. Command</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -1217,6 +1228,32 @@ This change takes immediate effect and is only for the current server. Per defau
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</dd>
|
</dd>
|
||||||
|
<dt class="hdlist1">Create a server specific alias</dt>
|
||||||
|
<dd>
|
||||||
|
<div class="ulist">
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Usage <code>createAlias <commandName> <alias></code></p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Description: Creates the server specific alias for command <code>commandName</code> identified by <code>alias</code>. This means that from now on, users can use the command identified by <code>commandName</code> by using <code>alias</code> in its place, when executing the command or when using the help command. This alias is only available in this server, and it is not allowed to use the names of existing commands or pre-defined aliases. In case such an alias is used as <code>alias</code>, an error message is shown.</p>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</dd>
|
||||||
|
<dt class="hdlist1">Delete a server specific alias</dt>
|
||||||
|
<dd>
|
||||||
|
<div class="ulist">
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Usage: <code>deleteAlias <alias></code></p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Description: Deletes the server specific alias identified by <code>alias</code>. It is not possible to delete pre-defined aliases. If <code>alias</code> does not exist, an error message is shown.</p>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
<div class="paragraph">
|
<div class="paragraph">
|
||||||
@@ -3272,13 +3309,77 @@ For example if the repost is the second image in a message, a reaction represent
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="sect2">
|
||||||
|
<h3 id="_webservices">4.21. Webservices</h3>
|
||||||
|
<div class="paragraph">
|
||||||
|
<p>Integrates different web APIs to be used via the bot.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="sect2">
|
||||||
|
<h3 id="_youtube">4.22. Youtube</h3>
|
||||||
|
<div class="paragraph">
|
||||||
|
<p>Feature key: <code>youtube</code></p>
|
||||||
|
</div>
|
||||||
|
<div class="sect3">
|
||||||
|
<h4 id="_command">4.22.1. Command</h4>
|
||||||
|
<div class="dlist">
|
||||||
|
<dl>
|
||||||
|
<dt class="hdlist1">Search for a youtube video</dt>
|
||||||
|
<dd>
|
||||||
|
<div class="ulist">
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Usage: <code>youtubeSearch <query></code></p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Aliases: <code>yt</code></p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Description: Searches youtube for a video with this query, and returns the link with additional information.</p>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="sect2">
|
||||||
|
<h3 id="_urban_dictionary">4.23. Urban dictionary</h3>
|
||||||
|
<div class="paragraph">
|
||||||
|
<p>Feature key: <code>urban</code></p>
|
||||||
|
</div>
|
||||||
|
<div class="sect3">
|
||||||
|
<h4 id="_command_2">4.23.1. Command</h4>
|
||||||
|
<div class="dlist">
|
||||||
|
<dl>
|
||||||
|
<dt class="hdlist1">Search for an urban dictionary definition</dt>
|
||||||
|
<dd>
|
||||||
|
<div class="ulist">
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Usage: <code>urbanDefine <query></code></p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Aliases: <code>ud</code></p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Description: Searches an urban dictionary definition, and returns the definition, with an example and meta information.</p>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<div id="footer-text">
|
<div id="footer-text">
|
||||||
Version 1.2.4<br>
|
Version 1.2.5<br>
|
||||||
Last updated 2021-03-24 21:15:03 UTC
|
Last updated 2021-03-28 23:40:36 UTC
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user