diff --git a/dashboard/src/components/docs/Moderation.vue b/dashboard/src/components/docs/Moderation.vue index ff2151e6..deb896d0 100644 --- a/dashboard/src/components/docs/Moderation.vue +++ b/dashboard/src/components/docs/Moderation.vue @@ -81,32 +81,33 @@

Summary Example

Employing what we have learnt so far, we can write a configuration that: -

- - plugins: - mod_actions: - config: - dm_on_warn: false - message_on_warn: true - message_channel: "PRETEND-CHANNEL-ID" - - dm_on_kick: true - - dm_on_ban: true - tempban_message: |- - Dear {user.username}, - - As a result of {reason}, you have been banned from {guildName} - for {banTime}. We welcome you back provided you do not do this - again. -

+ + + plugins: + mod_actions: + config: + dm_on_warn: false + message_on_warn: true + message_channel: "PRETEND-CHANNEL-ID" + + dm_on_kick: true + + dm_on_ban: true + tempban_message: |- + Dear {user.username}, + + As a result of {reason}, you have been banned from {guildName} + for {banTime}. We welcome you back provided you do not do this + again. + +

Alerts

Alerts are a nifty way for moderators to be notified of members trying to diff --git a/dashboard/src/components/docs/Plugin.vue b/dashboard/src/components/docs/Plugin.vue index 743c8a30..2bfdcfb2 100644 --- a/dashboard/src/components/docs/Plugin.vue +++ b/dashboard/src/components/docs/Plugin.vue @@ -174,6 +174,7 @@