From 00c44a14fcb16ec245c3101ca6dbdf0388dd6c02 Mon Sep 17 00:00:00 2001 From: Greenfoot5 Date: Thu, 14 Mar 2024 23:25:21 +0000 Subject: [PATCH] Fixed WARNING message being spelt incorrectly WARNING is now always WANING --- 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 b96daf5..e6949e9 100644 --- a/src/protection/scam.ts +++ b/src/protection/scam.ts @@ -135,7 +135,7 @@ export const loadCheckScam = async (): Promise< } let content = - '***WARNING!***\nPossible scam link detected.\n' + + '***WANING!***\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') {