From 567f8fc6532ececd93dd3a506b5d9dd55c545f60 Mon Sep 17 00:00:00 2001 From: zay Date: Thu, 28 Dec 2023 23:55:50 -0500 Subject: [PATCH] fix: enable mod_actions plugin --- dashboard/src/components/docs/Moderation.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dashboard/src/components/docs/Moderation.vue b/dashboard/src/components/docs/Moderation.vue index 63e1896c..b56882cc 100644 --- a/dashboard/src/components/docs/Moderation.vue +++ b/dashboard/src/components/docs/Moderation.vue @@ -28,13 +28,14 @@

Moderation Commands

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. levels: "PRETEND-ROLE-ID": 50 # Mod plugins: - ... + mod_actions: {}