srpeterseth / discord-security

Automatically ban raid bots from Discord servers using common name and image detection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord Security 🛡️

Version License: LGPL--3.0--or--later

Automatically ban raid bots from Discord servers using common name and image detection.

Install

Clone or download this repository and install dependices using your package manager of choice.

 npm i

or

 pnpm i

Usage

  1. Fill out src/config-template.json with the relevant details.

  2. Rename src/config-template.json to src/config.json.

  3. Build the project using npm run build or pnpm build.

  4. Start the bot with npm start or pnpm start.

Author

👤 AngaBlue contact@anga.blue

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2021 AngaBlue contact@anga.blue.
This project is LGPL--3.0--or--later licensed.

About

Automatically ban raid bots from Discord servers using common name and image detection.

License:GNU Lesser General Public License v3.0


Languages

Language:TypeScript 99.6%Language:JavaScript 0.4%