Skip to content

Commit

Permalink
Fixed WARNING message being spelt incorrectly
Browse files Browse the repository at this point in the history
WARNING is now always WANING
  • Loading branch information
Greenfoot5 authored Mar 14, 2024
1 parent d9aab88 commit 00c44a1
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 00c44a1

Please sign in to comment.