3
0
Fork 0
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:
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>
<p>
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">
levels:
"PRETEND-ROLE-ID": 50 # Mod
plugins:
...
mod_actions: {}
</CodeBlock>
</p>
<p>