An open API service indexing awesome lists of open source software.

https://github.com/severityc/discord-server-nuker

Discord Nuke Bot In Python (BETA) which includes several commands that can be used to affect the condition of a Discord server
https://github.com/severityc/discord-server-nuker

bot discord discord-api discord-bot discord-nuke-bot discord-nuker discord-py discord-raid discord-raid-bot discord-raider discord-server intents mass-ping vsc

Last synced: 5 months ago
JSON representation

Discord Nuke Bot In Python (BETA) which includes several commands that can be used to affect the condition of a Discord server

Awesome Lists containing this project

README

          

Discord Server Nuker


This is the fastest and the most efficient Discord Server Nuker

---

### ⚙️ Installation
1. Install [Python 3.11.6](https://www.python.org/downloads/release/python-3116/) and make sure to add it to path
2. Run `pip install -r requirements.txt` in the path of the folder
3. Replace `YOUR_BOT_TOKEN` in `config.json` with your Discord bot token
4. Run `main.py`

---

### 📄 Features
1. `token_to_id.py` - Enter the token and it will output the id you can use [here](https://discordapi.com/permissions.html) to add the bot to your server if the token isn't yours

---

### 🤖 Commands
1. `$help` - Shows list of all available commands
2. `$serverlist` - Shows list of servers your Bot is in
3. `$nuke` - Nukes the server, deleting all channels and creating new ones, while mass pinging
4. `$rolespam` - Spams max roles in the server
5. `$guildname ` - Changes the server's name to the name you want
6. `$banall` - Bans all members without permissions
7. `$kickall` - Kicks all members without permissions
8. `$delroles` - Deletes roles in the server
9. `$give` - Gives everyone in the server administrator permissions
10. `$giveme ` - Gives you permissions in specified server
11. `$removegive` - Removes all permissions from everyone in the server

---