3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-10 20:47:19 +00:00

Automod logging improvements

This commit is contained in:
Dragory 2019-10-11 22:56:34 +03:00
parent 17aac769bb
commit 40af0f2359
4 changed files with 26 additions and 11 deletions

View file

@ -59,5 +59,5 @@
"BOT_ALERT": "⚠ {tmplEval(body)}",
"AUTOMOD_ALERT": "{text}",
"AUTOMOD_ACTION": "\uD83E\uDD16 Automod rule **{rule}** triggered by {userMention(user)}, actions taken: {actionsTaken}\n{matchSummary}"
"AUTOMOD_ACTION": "\uD83E\uDD16 Automod rule **{rule}** triggered by {userMention(user)}. Actions taken: **{actionsTaken}**\n{matchSummary}"
}