AutoBan

A discord bot that autobans blacklisted users by ID and Names

Getting Started

Dependencies

Installing

  • Make sure to go through and add your log channel id inside of the autoban.py file, add your discord token to the token.0 file and then add your guild id inside of the autoban.py file and the init.py file inside of the bot folder.

Executing program

Open cmd prompt and navigate to where the bot folder is store then run this command.

python launcher.py

Bot Commands

/abl - add an ID to the blacklist
/rbl - remove an ID from the blacklist
/unban - unban member by their ID

Todo

Version History

  • 0.2
    • Converted to SQLite DB instead of .json file.
    • Added ability to blacklist names
    • Added unban by ID command
  • 0.1
    • Initial Release

License

This project is licensed under the GNU License – see the LICENSE.md file for details