2023-11-09 13:55:27 +00:00
|
|
|
---
|
|
|
|
import Layout from "@layouts/Layout.astro";
|
2023-12-03 18:47:41 +00:00
|
|
|
import "../styles/pages/how-do-i.scss";
|
2023-11-09 13:55:27 +00:00
|
|
|
---
|
2023-10-18 15:58:15 +00:00
|
|
|
|
2023-11-09 13:55:27 +00:00
|
|
|
<Layout>
|
2023-12-03 18:47:41 +00:00
|
|
|
<h1 class="title">How do I...?</h1>
|
|
|
|
<section class="section">
|
2023-11-09 13:55:27 +00:00
|
|
|
<h2>.. enable / disable certain features?</h2>
|
|
|
|
<p>
|
|
|
|
Features can be enabled and disables using the <code>/feature</code>
|
|
|
|
command.<br />Example:
|
|
|
|
</p>
|
2023-12-03 18:47:41 +00:00
|
|
|
<div class="imgwrapper">
|
|
|
|
<img
|
|
|
|
src="https://static.moonleay.net/img/lilJuddWeb/howdoi/featureexample.png"
|
|
|
|
alt="A screenshot of the example in Discord."/>
|
|
|
|
<p><code>/feature feature:Time Planning Feature set:Enable channel:#ich-kann-heute</code></p>
|
|
|
|
</div>
|
2023-11-09 13:55:27 +00:00
|
|
|
</section>
|
2023-12-03 18:47:41 +00:00
|
|
|
<section class="section">
|
2023-11-09 13:55:27 +00:00
|
|
|
<h2>.. create a match?</h2>
|
|
|
|
<p>
|
|
|
|
You can create a match time using the <code>/match</code> command.<br
|
|
|
|
/>Example:
|
|
|
|
</p>
|
2023-12-03 18:47:41 +00:00
|
|
|
<div class="imgwrapper">
|
|
|
|
<img
|
|
|
|
src="https://static.moonleay.net/img/lilJuddWeb/howdoi/matchexample.png"
|
|
|
|
alt="A screenshot of the example in Discord."
|
|
|
|
/>
|
|
|
|
<p><code>/match match:Ladder Match timestamp:24.12.2069 04:20 opponent:Forbidden</code></p>
|
|
|
|
</div>
|
2023-11-09 13:55:27 +00:00
|
|
|
</section>
|
2023-12-03 18:47:41 +00:00
|
|
|
<section class="footernotesection">
|
2023-11-09 13:55:27 +00:00
|
|
|
<p>Is something missing here? Please contact me!</p>
|
|
|
|
</section>
|
|
|
|
</Layout>
|