Skip to content

Commit

Permalink
use invisible-character-detector
Browse files Browse the repository at this point in the history
  • Loading branch information
ari-party committed Jun 11, 2024
1 parent 0329702 commit bcfb44a
Show file tree
Hide file tree
Showing 5 changed files with 1,520 additions and 1,296 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

A zero-config Discord bot to prevent users from bypassing automod (bots).

Nomi uses [invisible-character-detector](https://github.com/ari-party/invisible-character-detector) in the back-end.

## Why?

Users can easily bypass Discord's built-in automod system with a single character, such as a [soft hyphen](https://unicode-explorer.com/c/00AD), and there are 21 more characters that can be abused.
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nomi",
"version": "0.1.1",
"version": "0.1.2",
"author": "Astrid <git@astrid.email>",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -34,6 +34,7 @@
"dependencies": {
"discord.js": "^14.14.1",
"dotenv": "^16.4.4",
"invisible-character-detector": "^1.0.0",
"klaw": "^4.1.0"
}
}
Loading

0 comments on commit bcfb44a

Please sign in to comment.