Skip to content

Commit

Permalink
Merge pull request #386 from Greenfoot5/patch-1
Browse files Browse the repository at this point in the history
Fixed WARNING message being spelt incorrectly
  • Loading branch information
lenscas authored Mar 14, 2024
2 parents d9aab88 + 00c44a1 commit 0d38542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protection/scam.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit 0d38542

Please sign in to comment.