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>
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue