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
- Host: GitHub
- URL: https://github.com/severityc/discord-server-nuker
- Owner: severityc
- License: mit
- Created: 2024-02-25T21:06:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-23T02:01:04.000Z (over 1 year ago)
- Last Synced: 2025-03-31T06:23:37.851Z (6 months ago)
- Topics: 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
- Language: Python
- Homepage: https://guns.lol/hooked
- Size: 57.6 KB
- Stars: 18
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`
- You can use Visual Studio Code for the best experience via codespaces or on computer
---
### 📄 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
---