From 5546343046d1decdd330425458c5c1f9a485d737 Mon Sep 17 00:00:00 2001 From: lenscas Date: Fri, 15 Mar 2024 00:30:02 +0100 Subject: [PATCH] Revert "Fixed WARNING message being spelt incorrectly" --- src/protection/scam.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protection/scam.ts b/src/protection/scam.ts index e6949e9..b96daf5 100644 --- a/src/protection/scam.ts +++ b/src/protection/scam.ts @@ -135,7 +135,7 @@ export const loadCheckScam = async (): Promise< } let content = - '***WANING!***\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') {