3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-07 11:07:19 +00:00

style: code review

Suggestions that were not automatically resolvable.
This commit is contained in:
zay 2023-12-29 17:54:33 -05:00
parent 4e6f9d576e
commit 40b5c9e48e
No known key found for this signature in database
GPG key ID: 4867A4B79AFAE6AC

View file

@ -13,7 +13,8 @@
plugin. To best use this guide, read the default configuration of the plugin. To best use this guide, read the default configuration of the
Mod actions plugin alongside this. This plugin does Mod actions plugin alongside this. This plugin does
<strong>not</strong> cover muting members, please see the <strong>not</strong> cover muting members, please see the
<router-link to="/docs/plugins/mutes">Mutes</router-link> plugin for that. <router-link to="/docs/plugins/mutes">Mutes</router-link>
plugin for that.
</p> </p>
<p> <p>
Please ensure you understand how Please ensure you understand how
@ -21,7 +22,7 @@
configuration</router-link> and configuration</router-link> and
<router-link to="/docs/configuration/permissions">plugin <router-link to="/docs/configuration/permissions">plugin
permissions</router-link> work before reading this guide since permissions</router-link> work before reading this guide since
the configs defined here rely on your these concepts. the configs defined here rely on these concepts.
</p> </p>
</header> </header>
@ -78,6 +79,7 @@
</p> </p>
<h3>Summary Example</h3> <h3>Summary Example</h3>
<p>
Employing what we have learnt so far, we can write a configuration that: Employing what we have learnt so far, we can write a configuration that:
<ul> <ul>
<li>Alerts members of their warns in a channel, instead of DMs.</li> <li>Alerts members of their warns in a channel, instead of DMs.</li>
@ -103,6 +105,7 @@
for {banTime}. We welcome you back provided you do not do this for {banTime}. We welcome you back provided you do not do this
again. again.
</CodeBlock> </CodeBlock>
</p>
<h2>Alerts</h2> <h2>Alerts</h2>
<p> <p>