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

Apply suggestions from code review

Co-authored-by: Almeida <github@almeidx.dev>
This commit is contained in:
zay 2023-12-29 22:51:15 +00:00 committed by GitHub
parent 567f8fc653
commit 4e6f9d576e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,14 +13,14 @@
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. <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
<router-link to="/docs/plugins/plugin-configuration">plugin <router-link to="/docs/plugins/plugin-configuration">plugin
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 your these concepts.
</p> </p>
</header> </header>
@ -28,7 +28,7 @@
<h2>Moderation Commands</h2> <h2>Moderation Commands</h2>
<p> <p>
So that your moderators may use Zeppelin moderation, you must define the So that your moderators may use Zeppelin moderation, you must define the
moderator role Id in the config, assign it a level (50), and enable the moderator role id in the config, assign it a level (50), and enable the
Mod actions plugin. Mod actions plugin.
<CodeBlock code-lang="yaml" trim="start"> <CodeBlock code-lang="yaml" trim="start">
levels: levels:
@ -62,7 +62,7 @@
An alternative way to notify members about sanctions is through An alternative way to notify members about sanctions is through
mentioning them in a message sent in a channel. To enable this feature, mentioning them in a message sent in a channel. To enable this feature,
set <code>message_on_warn</code>, <code>message_on_kick</code>, and set <code>message_on_warn</code>, <code>message_on_kick</code>, and
and <code>message_on_ban</code> to true (enabling them), then assign a and <code>message_on_ban</code> to true, then assign a
<code>message_channel</code>. <code>message_channel</code>.
</p> </p>