Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sevilayerkan/ultra-dc-banmaster
This dc bot bans users who have left the server and prevents them from rejoining
https://github.com/sevilayerkan/ultra-dc-banmaster
Last synced: 6 days ago
JSON representation
This dc bot bans users who have left the server and prevents them from rejoining
- Host: GitHub
- URL: https://github.com/sevilayerkan/ultra-dc-banmaster
- Owner: sevilayerkan
- License: mit
- Created: 2023-12-07T06:33:59.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-12T20:56:07.000Z (10 months ago)
- Last Synced: 2024-10-11T00:20:02.364Z (28 days ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ultra-dc-banmaster
## Project Details
Ultra DC BanMaster is a user-friendly Discord bot designed for easy user banning in your desired server. The main purpose of this bot is to efficiently ban users who have left the server and preventing them from rejoining.
## Installation
Make sure Python and pip is installed by using this commands in your command line:
```bash
python --version
pip --version
```If they are installed use this to install the requirements:
```bash
pip install -r requirements.txt
```For running the script:
```bash
python banmaster.py
```