mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-17 15:15:02 +00:00
Better default message
This commit is contained in:
parent
565aed44a9
commit
dc8a12f931
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ export class ModActionsPlugin extends ZeppelinPlugin<IModActionsPluginConfig> {
|
|||
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue