A simple tool that automatically prunes discord server members based on role changes.
- Automatically prunes members based on their role changes.
- Configurable to enable or disable wall role logic.
- Uses intensity-logger for logging.
- Python 3.8+
discord.py==1.7.3
intensity-logger==0.1.2
- Clone the repository or download the script files.
- Navigate to the project directory.
- Install the required packages:
pip install -r requirements.txt
Edit the main.py
file to set the following variables:
token
: Your Discord account token.target_server_id
: The ID of the target server.wall_role_id
: The ID of the wall role.is_wall_role_enabled
: Set to True to enable wall role logic, False to disable.prune_reason
: The reason for pruning members.