Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angablue/discord-security
Automatically ban raid bots from Discord servers using common name and image detection.
https://github.com/angablue/discord-security
bot discord discord-bot discord-js discord-security
Last synced: 5 days ago
JSON representation
Automatically ban raid bots from Discord servers using common name and image detection.
- Host: GitHub
- URL: https://github.com/angablue/discord-security
- Owner: AngaBlue
- License: lgpl-3.0
- Created: 2020-07-25T10:49:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-30T05:47:34.000Z (over 2 years ago)
- Last Synced: 2023-03-06T02:27:04.869Z (almost 2 years ago)
- Topics: bot, discord, discord-bot, discord-js, discord-security
- Language: TypeScript
- Homepage:
- Size: 237 KB
- Stars: 1
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Discord Security 🛡️
Automatically ban raid bots from Discord servers using common name and image detection.
### 🏠 [Homepage](https://github.com/AngaBlue/discord-security)
## Install
Clone or download this repository and install dependices using your package manager of choice.
```sh
npm i
```
or
```sh
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 **
* Website: https://anga.blue
* Github: [@AngaBlue](https://github.com/AngaBlue)## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2021 [AngaBlue ](https://github.com/AngaBlue).
This project is [LGPL--3.0--or--later](https://github.com/AngaBlue/discord-security/blob/master/LICENSE) licensed.