From 5b370472fceaa29d91ebbcf2b6a6eb5b28d9faf9 Mon Sep 17 00:00:00 2001 From: Greenfoot5 Date: Thu, 14 Mar 2024 23:54:21 +0000 Subject: [PATCH] Update scam.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed WARNING typo and added the ⚠ emoji --- src/protection/scam.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/protection/scam.ts b/src/protection/scam.ts index b96daf5..6d2f50b 100644 --- a/src/protection/scam.ts +++ b/src/protection/scam.ts @@ -135,12 +135,12 @@ export const loadCheckScam = async (): Promise< } let content = - '***WARNING!***\nPossible scam link detected.\n' + + '***WARNING!*** ⚠\nPossible scam link detected.\n' + message.member.toString() + ' please refrain from sending links to this site. Next offense will result in automatic moderator action.'; if (warnedStruct.reason == 'PingAndLinks') { content = - '***WANING!***\nLinks inside messages that ping everyone/here are often scam messages.\nYes, this _especially_ includes discord server invites.\n\n' + + '***WARNING! ⚠***\nLinks inside messages that ping everyone/here are often scam messages.\nYes, this _especially_ includes discord server invites.\n\n' + message.member.toString() + ', Please, do not send messages like this in the future or automatic moderating actions will be taken'; }