mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-06 18:47:20 +00:00
fix: enable mod_actions plugin
This commit is contained in:
parent
365bd90510
commit
567f8fc653
1 changed files with 3 additions and 2 deletions
|
@ -28,13 +28,14 @@
|
||||||
<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 and assign it a level (50).
|
moderator role Id in the config, assign it a level (50), and enable the
|
||||||
|
Mod actions plugin.
|
||||||
<CodeBlock code-lang="yaml" trim="start">
|
<CodeBlock code-lang="yaml" trim="start">
|
||||||
levels:
|
levels:
|
||||||
"PRETEND-ROLE-ID": 50 # Mod
|
"PRETEND-ROLE-ID": 50 # Mod
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
...
|
mod_actions: {}
|
||||||
</CodeBlock>
|
</CodeBlock>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue