ndbiaw / Raid-Protect-Discord-Bot

A Discord Bot that allows you to protect your Discord server with captcha, anti profanity, anti nudity image, anti spam, account age required, logs...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raid Protect Discord Bot

Raid Protect is a Discord bot wich allow to protect your discord server efficiently.

Captcha

Installation

Install all dependencies:

pip install -r requirements.txt

Then put your Discord token that can be found in the Discord's developers portal inside configuration.json. This bot have to use the "server members intent", so you have to enable it in the Discord's developers portal.

Finally, host the bot and invite it to your own server.

Features

This Discord Bot protect your Discord server with many functions.

  • Captcha firewall
  • Minimum account age required
  • Anti nudity image
  • Anti profanity
  • Anti spam
  • Logs

Logs

Commands

?setup <on/off> : Set up the captcha protection.
?settings : Display the list of settings.
?giveroleaftercaptcha <role ID/off> : Give a role after that the user passed the captcha.
?minaccountage <number (hours)> : set a minimum age to join the server (24 hours by default).
?antinudity <true/false> : Enable or disable the nudity image protection.
?antiprofanity <true/false> : Enable or disable the profanity protection.
?antispam <true/false> : Enable or disable the spam protection.
?allowspam <#channel> (remove) : Enable or disable the spam protection in a specific channel.
?lock | unlock <#channel> : Lock/Unlock a specific channel.

?userinfos <@user/ID> : Get user infomations.

?help : display help.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

This project is under GPLv3.

Advice :

You should use Discord Tools to code your Discord bots on Visual Studio Code easier. Works for Python (Discord.py), Javascript (Discord.js) and Java (JDA). Generate template bot and code (snippets).

About

A Discord Bot that allows you to protect your Discord server with captcha, anti profanity, anti nudity image, anti spam, account age required, logs...

License:GNU General Public License v3.0


Languages

Language:Python 100.0%