From dc8a12f9317d74fa22be19fd298b44cda5b57353 Mon Sep 17 00:00:00 2001 From: Nils Date: Wed, 17 Jul 2019 17:33:25 +0200 Subject: [PATCH] Better default message --- src/plugins/ModActions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/ModActions.ts b/src/plugins/ModActions.ts index bd800001..9e085d08 100644 --- a/src/plugins/ModActions.ts +++ b/src/plugins/ModActions.ts @@ -100,7 +100,7 @@ export class ModActionsPlugin extends ZeppelinPlugin { alert_on_rejoin: false, alert_channel: null, warn_notify_threshold: 5, - warn_threshold_message: "The user already has {priorWarnings} warnings. Proceed anyways?", + warn_threshold_message: "The user already has **{priorWarnings}** warnings!\n Please check their prior cases and assess whether or not to warn anyways.\n Proceed with the warning?", can_note: false, can_warn: false,