Skip to content

Commit

Permalink
Update checkForeign.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanat05 authored Jun 12, 2022
1 parent 6a183e9 commit 1a014e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/checkForeign.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export function foreign(text: string | any): boolean {
const newtext = text.toLowerCase()


onst wtf = ["wtf"]
const wtf = ["wtf"]
for (const i of wtf) {
if (text.includes(i)) {
return true;
Expand Down

0 comments on commit 1a014e5

Please sign in to comment.