Skip to content

Commit

Permalink
fix: enable mod_actions plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
zay committed Dec 29, 2023
1 parent 365bd90 commit 567f8fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dashboard/src/components/docs/Moderation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 567f8fc

Please sign in to comment.