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

fix: enable mod_actions plugin

This commit is contained in:
zay 2023-12-28 23:55:50 -05:00
parent 365bd90510
commit 567f8fc653
No known key found for this signature in database
GPG key ID: 4867A4B79AFAE6AC

View file

@ -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>