mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-07 02:57:20 +00:00
style: code review
Suggestions that were not automatically resolvable.
This commit is contained in:
parent
4e6f9d576e
commit
40b5c9e48e
1 changed files with 27 additions and 24 deletions
|
@ -13,7 +13,8 @@
|
|||
plugin. To best use this guide, read the default configuration of the
|
||||
Mod actions plugin alongside this. This plugin does
|
||||
<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>
|
||||
Please ensure you understand how
|
||||
|
@ -21,7 +22,7 @@
|
|||
configuration</router-link> and
|
||||
<router-link to="/docs/configuration/permissions">plugin
|
||||
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>
|
||||
</header>
|
||||
|
||||
|
@ -78,6 +79,7 @@
|
|||
</p>
|
||||
|
||||
<h3>Summary Example</h3>
|
||||
<p>
|
||||
Employing what we have learnt so far, we can write a configuration that:
|
||||
<ul>
|
||||
<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
|
||||
again.
|
||||
</CodeBlock>
|
||||
</p>
|
||||
|
||||
<h2>Alerts</h2>
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue