From d9c952bebd9450e4211289bfb44e6718ac7c19d7 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Fri, 7 Aug 2020 01:22:52 +0300 Subject: [PATCH] Make BOT_ALERT log text more prominent by default --- backend/src/data/DefaultLogMessages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/data/DefaultLogMessages.json b/backend/src/data/DefaultLogMessages.json index 3fa918a2..40259ef8 100644 --- a/backend/src/data/DefaultLogMessages.json +++ b/backend/src/data/DefaultLogMessages.json @@ -62,7 +62,7 @@ "REPEATED_MESSAGE": "⏰ {userMention(author)} scheduled a message to be posted to {channelMention(channel)} {repeatDetails}", "POSTED_SCHEDULED_MESSAGE": "\uD83D\uDCE8 Posted scheduled message (`{messageId}`) to {channelMention(channel)} as scheduled by {userMention(author)}", - "BOT_ALERT": "⚠ {tmplEval(body)}", + "BOT_ALERT": "⚠ **BOT ALERT:** {tmplEval(body)}", "AUTOMOD_ACTION": "\uD83E\uDD16 Automod rule **{rule}** triggered by {userMention(users)}\n{matchSummary}\nActions taken: **{actionsTaken}**", "SET_ANTIRAID_USER": "⚔ {userMention(user)} set anti-raid to **{level}**",