Skip to content

Commit 13026c2

Browse files
author
zay
committed
fix: enable mod_actions plugin
1 parent fb96177 commit 13026c2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dashboard/src/components/docs/Moderation.vue

+3-2
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,14 @@
2828
<h2>Moderation Commands</h2>
2929
<p>
3030
So that your moderators may use Zeppelin moderation, you must define the
31-
moderator role Id in the config and assign it a level (50).
31+
moderator role Id in the config, assign it a level (50), and enable the
32+
Mod actions plugin.
3233
<CodeBlock code-lang="yaml" trim="start">
3334
levels:
3435
"PRETEND-ROLE-ID": 50 # Mod
3536

3637
plugins:
37-
...
38+
mod_actions: {}
3839
</CodeBlock>
3940
</p>
4041
<p>

0 commit comments

Comments
 (0)